Skip to content

Commit 1cfb225

Browse files
committed
Merge branch 'js/close-packs-before-gc' into HEAD
* js/close-packs-before-gc: t5510: run auto-gc in the foreground
2 parents 803fd70 + bb05510 commit 1cfb225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t5510-fetch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ test_expect_success 'fetching with auto-gc does not lock up' '
682682
(
683683
cd auto-gc &&
684684
git config gc.autoPackLimit 1 &&
685+
git config gc.autoDetach false &&
685686
GIT_ASK_YESNO="$D/askyesno" git fetch >fetch.out 2>&1 &&
686687
! grep "Should I try again" fetch.out
687688
)

0 commit comments

Comments
 (0)