X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git-repack.sh;h=072d1b40f7d71aa731c90e9af158a0fe5cf89fde;hb=a41a32bf1ce74f3be5c1ab398db1a93b89e6a99e;hp=607f217b78997605b0cca7a9df8c9876022c41c4;hpb=ca11b212eb3e31d6fee12e9974c67dc774c1bc7c;p=git.git diff --git a/git-repack.sh b/git-repack.sh index 607f217b7..072d1b40f 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -11,6 +11,7 @@ a pack everything in a single pack A same as -a, and turn unreachable objects loose d remove redundant packs, and run git-prune-packed f pass --no-reuse-delta to git-pack-objects +n do not run git-update-server-info q,quiet be quiet l pass --local to git-pack-objects Packing constraints @@ -124,7 +125,6 @@ then # We know $existing are all redundant. if [ -n "$existing" ] then - sync ( cd "$PACKDIR" && for e in $existing do