]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/fetch-config-parse-microfix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2024 21:11:43 +0000 (14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2024 21:11:43 +0000 (14:11 -0700)
A config parser callback function fell through instead of returning
after recognising and processing a variable, wasting cycles, which
has been corrected.

* ds/fetch-config-parse-microfix:
  fetch: return when parsing submodule.recurse

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge