summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
diff options
context:
space:
mode:
authorBrian Gernhardt <benji@silverinsanity.com>2007-08-17 23:13:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-08-17 23:32:57 (GMT)
commit5876b8ee3c09553912a4d033051bb25faa52ad94 (patch)
tree408e8005b74f0675d46e07b069f6ebe8a0be664d /git-filter-branch.sh
parente63b58ba0b67262674c94321693c4f84a58ecf80 (diff)
downloadgit-5876b8ee3c09553912a4d033051bb25faa52ad94.zip
git-5876b8ee3c09553912a4d033051bb25faa52ad94.tar.gz
git-5876b8ee3c09553912a4d033051bb25faa52ad94.tar.bz2
Minor clarifications to git-filter-branch usage and doc
- 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>
Diffstat (limited to 'git-filter-branch.sh')
-rwxr-xr-xgit-filter-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
index c42e451..0190060 100755
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
@@ -8,7 +8,7 @@
# 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 () {