summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
diff options
context:
space:
mode:
authorAndreas Heiduk <asheiduk@gmail.com>2017-06-10 08:54:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-12 16:49:52 (GMT)
commitd612975e8e15800cb4e2d1250589fb9a697aa65c (patch)
tree2de58b639a0de7477c9f2360af42bfd68ffea607 /git-filter-branch.sh
parent3b117f730185ec8acdc8f1b680b9f0a9b647fc0f (diff)
downloadgit-d612975e8e15800cb4e2d1250589fb9a697aa65c.zip
git-d612975e8e15800cb4e2d1250589fb9a697aa65c.tar.gz
git-d612975e8e15800cb4e2d1250589fb9a697aa65c.tar.bz2
filter-branch: add [--] to usage
Signed-off-by: Andreas Heiduk <asheiduk@gmail.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 2758ae5..3a74602 100755
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
@@ -87,7 +87,7 @@ USAGE="[--setup <command>] [--env-filter <command>]
[--commit-filter <command>] [--tag-name-filter <command>]
[--subdirectory-filter <directory>] [--original <namespace>]
[-d <directory>] [-f | --force]
- [<rev-list options>...]"
+ [--] [<rev-list options>...]"
OPTIONS_SPEC=
. git-sh-setup