From c0273f5ac8797e2a543e3b6627c0082c91967f29 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Dec 2012 01:22:30 -0500 Subject: Fix GCRYPT_FULL_REPACK to also repack when target has only 1 pack --- git-remote-gcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-remote-gcrypt') 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" -- cgit v1.2.3