Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Whip post 1.5.3.3 maintenance series into shape.
[gitweb.git]
/
git-repack.sh
diff --git
a/git-repack.sh
b/git-repack.sh
index 156c5e8f4aa2f6c04e33af323ef43356fd336adb..0aae1a3ed5571a010f80438f8e8a0fc7eb0dc285 100755
(executable)
--- a/
git-repack.sh
+++ b/
git-repack.sh
@@
-9,7
+9,7
@@
SUBDIRECTORY_OK='Yes'
no_update_info= all_into_one= remove_redundant=
local= quiet= no_reuse= extra=
-while
case "$#" in 0) break ;; esac
+while
test $# != 0
do
case "$1" in
-n) no_update_info=t ;;