Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Consolidate ignore_packed logic more
[gitweb.git]
/
git-repack.sh
diff --git
a/git-repack.sh
b/git-repack.sh
index 458a497af810c7bb188a5aafb80c32aa0bc05264..86000151ccbe259132c6cf25d6c23e3f763aba06 100755
(executable)
--- a/
git-repack.sh
+++ b/
git-repack.sh
@@
-60,6
+60,7
@@
case ",$all_into_one," in
args='--unpacked --incremental'
;;
,t,)
+ args= existing=
if [ -d "$PACKDIR" ]; then
for e in `cd "$PACKDIR" && find . -type f -name '*.pack' \
| sed -e 's/^\.\///' -e 's/\.pack$//'`