diff options
author | root <root@localhost> | 2012-12-25 01:22:30 -0500 |
---|---|---|
committer | root <root@localhost> | 2012-12-25 01:22:30 -0500 |
commit | c0273f5ac8797e2a543e3b6627c0082c91967f29 (patch) | |
tree | 3ffd916d8965c73d36fdc135ed81ab125879cae8 /git-remote-gcrypt | |
parent | 367ced925b56345b701f6e1c0be66c4d5474c6c2 (diff) | |
download | git-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
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-x | git-remote-gcrypt | 2 |
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" |