summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e63b58b)
raw | patch | inline | side by side (parent: e63b58b)
author | Brian Gernhardt <benji@silverinsanity.com> | |
Fri, 17 Aug 2007 23:13:04 +0000 (19:13 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 17 Aug 2007 23:32:57 +0000 (16:32 -0700) |
- Remove "DESTBRANCH" from usage, as it rewrites the branches given.
- Remove an = from an example usage, as the script doesn't understand
it.
Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Remove an = from an example usage, as the script doesn't understand
it.
Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt | patch | blob | history | |
git-filter-branch.sh | patch | blob | history |
index 915258f4105c69d35b70d0da67a8826ff2c5f6c8..8c43be611a3a632788e4dcb9e322c4522fccb334 100644 (file)
tag name is expected on standard output.
+
The original tags are not deleted, but can be overwritten;
-use "--tag-name-filter=cat" to simply update the tags. In this
+use "--tag-name-filter cat" to simply update the tags. In this
case, be very careful and make sure you have the old tags
backed up in case the conversion has run afoul.
+
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
index c42e4512cfb529223f196abd546a988b9809b0ef..01900602e1f64483d2999f48aecea530f7afbc0b 100755 (executable)
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
# a new branch. You can specify a number of filters to modify the commits,
# files and trees.
-USAGE="git-filter-branch [-d TEMPDIR] [FILTERS] DESTBRANCH [REV-RANGE]"
+USAGE="git-filter-branch [-d TEMPDIR] [FILTERS] [REV-RANGE]"
. git-sh-setup
warn () {