]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pc/submodule-helper-foreach'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jun 2018 20:22:35 +0000 (13:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jun 2018 20:22:35 +0000 (13:22 -0700)
commitea27893a65cc41cad2710466aa6a58866ff22f1e
tree0fbc3a9a9beaa5083ddf858d4c50da7ed4d56972
parent0bf8c8ce40c32c93e97d6c01a45ecce4d94db2ab
parentfc1b9243cd5d51ae455272f1f953d4002294edee
Merge branch 'pc/submodule-helper-foreach'

The bulk of "git submodule foreach" has been rewritten in C.

* pc/submodule-helper-foreach:
  submodule: port submodule subcommand 'foreach' from shell to C
  submodule foreach: document variable '$displaypath'
  submodule foreach: document '$sm_path' instead of '$path'
  submodule foreach: correct '$path' in nested submodules from a subdirectory
Documentation/git-submodule.txt
builtin/submodule--helper.c
git-submodule.sh