]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ms/submodule-foreach-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Jul 2019 19:38:18 +0000 (12:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jul 2019 19:38:18 +0000 (12:38 -0700)
commit292a0de9982aff5e4f952214c1b9f762d8a1585a
tree6948ec1ee4bee6865b761aa200c8f4b7e9c9bdb7
parent8eb5097bea042205810781d786a8eb7abd2962a9
parent30db18b148c4951deb2c870b5243fb5b18ecb5ed
Merge branch 'ms/submodule-foreach-fix' into maint

"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