]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/submodule--helper.c
submodule: port submodule subcommand 'foreach' from shell to C
authorPrathamesh Chavan <pc44800@gmail.com>
Thu, 10 May 2018 21:25:01 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 May 2018 01:11:54 +0000 (10:11 +0900)
commitfc1b9243cd5d51ae455272f1f953d4002294edee
tree46e27f437b8cf3ef30f9d4047945760a5183fc1c
parentb6f7ac8fd561d6df9c76009898daf96a93765ffc
submodule: port submodule subcommand 'foreach' from shell to C

This aims to make git-submodule foreach a builtin. 'foreach' is ported to
the submodule--helper, and submodule--helper is called from
git-submodule.sh.

Helped-by: Brandon Williams <bmwill@google.com>
Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Prathamesh Chavan <pc44800@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c
git-submodule.sh