My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
daafb50
121e43f
)
Merge branch 'nm/pull-submodule-recurse-config'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Sep 2017 01:47:55 +0000
(10:47 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Sep 2017 01:47:55 +0000
(10:47 +0900)
"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
Trivial merge