Re: BUG in fetching non-checked out submodule
From: Ralf Thielow <hidden>
Date: 2020-12-03 16:46:28
From: Ralf Thielow <hidden>
Date: 2020-12-03 16:46:28
Hi Peter, Am Do., 3. Dez. 2020 um 16:10 Uhr schrieb Peter Kästle [off-list ref]:
I translated your sequence into a bash script, which can then be easily converted into a test case for git. Problematic was the infinite recurse loop of the git fetch command, which I solved by grep'ing for the second recursion output and abort using -m1. Could you please confirm, that you see "passed" for the good git versions and "failed" for the bad ones?
I can confirm that. It "failed" on current master version 2.29.2.435.g72ffeb997e and "passed" on the latest tag 2.29.2. Thanks, Ralf