We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 803fd70 + bb05510 commit 1cfb225Copy full SHA for 1cfb225
1 file changed
t/t5510-fetch.sh
@@ -682,6 +682,7 @@ test_expect_success 'fetching with auto-gc does not lock up' '
682
(
683
cd auto-gc &&
684
git config gc.autoPackLimit 1 &&
685
+ git config gc.autoDetach false &&
686
GIT_ASK_YESNO="$D/askyesno" git fetch >fetch.out 2>&1 &&
687
! grep "Should I try again" fetch.out
688
)
0 commit comments