]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3400-rebase.sh
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)
commit6c142bc8461b557d88fde0be28faac76ad78053a
tree757f6ffc530f50adec04f16e44a40e2c9169a011
parentce729ea9bab9d115bdd2343c3ebe361fc6fce2c4
parenta816ccd642247c0c1c8fd920f94bb4db1508ef14
Merge branch 'ds/fetch-config-parse-microfix'

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
builtin/fetch.c