git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3b117f7
)
filter-branch: add [--] to usage
author
Andreas Heiduk
<redacted>
Sat, 10 Jun 2017 08:54:45 +0000
(10:54 +0200)
committer
Junio C Hamano
<redacted>
Mon, 12 Jun 2017 16:49:52 +0000
(09:49 -0700)
Signed-off-by: Andreas Heiduk <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-filter-branch.sh
patch
|
blob
|
history
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
git clone https://git.99rst.org/PROJECT