]> granicus.if.org Git - git/commit
Merge branch 'nm/pull-submodule-recurse-config'
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Sep 2017 01:47:55 +0000 (10:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Sep 2017 01:47:55 +0000 (10:47 +0900)
commitdf80c5760c947f2013df86f52d0a5103d07958a2
tree9cde7e61d93b700e2f6cc000f59321c597675778
parentdaafb5062ca7f0e02754ddaa5a5334b07fe9bba1
parent121e43fa53ca6d874aa3e5a7664c9b769f2cbfa6
Merge branch 'nm/pull-submodule-recurse-config'

"git -c submodule.recurse=yes pull" did not work as if the
"--recurse-submodules" option was given from the command line.
This has been corrected.

* nm/pull-submodule-recurse-config:
  pull: honor submodule.recurse config option
  pull: fix cli and config option parsing order