diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-05 15:06:38 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-05 15:06:39 -0800 |
commit | 4c4ac4db2c933fbae1c6e6bcf90d9bee5f823fc7 (patch) | |
tree | b5dd07dcd50a387d8d3c0c8b8305a0f6d3e1f1e7 /t/t5400-send-pack.sh | |
parent | Merge branch 'ks/combine-diff' (diff) | |
parent | gc: config option for running --auto in background (diff) | |
download | tgif-4c4ac4db2c933fbae1c6e6bcf90d9bee5f823fc7.tar.xz |
Merge branch 'nd/daemonize-gc'
Allow running "gc --auto" in the background.
* nd/daemonize-gc:
gc: config option for running --auto in background
daemon: move daemonize() to libgit.a
Diffstat (limited to 't/t5400-send-pack.sh')
-rwxr-xr-x | t/t5400-send-pack.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh index 129fc88bd2..0736bcbcd5 100755 --- a/t/t5400-send-pack.sh +++ b/t/t5400-send-pack.sh @@ -164,6 +164,7 @@ test_expect_success 'receive-pack runs auto-gc in remote repo' ' # Set the child to auto-pack if more than one pack exists cd child && git config gc.autopacklimit 1 && + git config gc.autodetach false && git branch test_auto_gc && # And create a file that follows the temporary object naming # convention for the auto-gc to remove |