Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
filter-branch: add [--] to usage
author
Andreas Heiduk
<asheiduk@gmail.com>
Sat, 10 Jun 2017 08:54:45 +0000
(10:54 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 12 Jun 2017 16:49:52 +0000
(09:49 -0700)
Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3b117f7
)
diff --git
a/git-filter-branch.sh
b/git-filter-branch.sh
index 2758ae5ebf0ed308c3fd4fb28679e387d774bccd..3a74602ef37712e16dc28567130ca8ee9e8fc579 100755
(executable)
--- 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