aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@localhost>2012-12-25 01:22:30 -0500
committerroot <root@localhost>2012-12-25 01:22:30 -0500
commitc0273f5ac8797e2a543e3b6627c0082c91967f29 (patch)
tree3ffd916d8965c73d36fdc135ed81ab125879cae8
parent367ced925b56345b701f6e1c0be66c4d5474c6c2 (diff)
downloadgit-remote-gcrypt-c0273f5ac8797e2a543e3b6627c0082c91967f29.zip
git-remote-gcrypt-c0273f5ac8797e2a543e3b6627c0082c91967f29.tar.gz
git-remote-gcrypt-c0273f5ac8797e2a543e3b6627c0082c91967f29.tar.bz2
Fix GCRYPT_FULL_REPACK to also repack when target has only 1 pack
-rwxr-xr-xgit-remote-gcrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 37df237..b7fc44b 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -581,7 +581,7 @@ repack_if_needed()
if isnonnull "${GCRYPT_FULL_REPACK:-}"
then
Keeplist=
- Repack_limit=1
+ Repack_limit=0
fi
pick_fields_1_2 @r_del_list "$Packlist"