]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/defeat-ignore-submodules-config-with-explicit-addition'
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2023 18:21:17 +0000 (11:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2023 18:21:17 +0000 (11:21 -0700)
Even when diff.ignoreSubmodules tells us to ignore submodule
changes, "git commit" with an index that already records changes to
submodules should include the submodule changes in the resulting
commit, but it did not.

* js/defeat-ignore-submodules-config-with-explicit-addition:
  diff-lib: honor override_submodule_config flag bit


Trivial merge