Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'je/hooks'
[gitweb.git]
/
git-filter-branch.sh
diff --git
a/git-filter-branch.sh
b/git-filter-branch.sh
index a4b6577bd496819232754c1275b7c1e798b0470c..a12f6c2d4c7ad3c4f69a783f7255b3010224d0c3 100755
(executable)
--- a/
git-filter-branch.sh
+++ b/
git-filter-branch.sh
@@
-105,8
+105,9
@@
filter_tag_name=
filter_subdir=
orig_namespace=refs/original/
force=
-while
case "$#" in 0) usage;; esac
+while
:
do
+ test $# = 0 && usage
case "$1" in
--)
shift