]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ms/submodule-foreach-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:46 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:46 +0000 (15:25 -0700)
commit968eecbd01e06aa8cae6c7fd8bf0a7b9bbd3b1fc
tree44a2146a63fcb61544a4d9864d56f9ae61e40cc4
parent88b10757593ab47354a3c9d191d7c03d584a40cf
parent30db18b148c4951deb2c870b5243fb5b18ecb5ed
Merge branch 'ms/submodule-foreach-fix'

"git submodule foreach" did not protect command line options passed
to the command to be run in each submodule correctly, when the
"--recursive" option was in use.

* ms/submodule-foreach-fix:
  submodule foreach: fix recursion of options
builtin/submodule--helper.c
t/t7407-submodule-foreach.sh