summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-05 19:30:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-10-05 19:30:19 (GMT)
commit65e1449614d3af34a022007cd335d0e563dea721 (patch)
tree2369279dd32ac37d6d8637b1df5d04a73fded819 /git.c
parent8a54523f0f70134327e7b2a625b1777c796b07d5 (diff)
parentee8838d157761acf4cc38f2378277dc894c10eb0 (diff)
downloadgit-65e1449614d3af34a022007cd335d0e563dea721.zip
git-65e1449614d3af34a022007cd335d0e563dea721.tar.gz
git-65e1449614d3af34a022007cd335d0e563dea721.tar.bz2
Merge branch 'sb/submodule-helper'
The infrastructure to rewrite "git submodule" in C is being built incrementally. Let's polish these early parts well enough and make them graduate to 'next' and 'master', so that the more involved follow-up can start cooking on a solid ground. * sb/submodule-helper: submodule: rewrite `module_clone` shell function in C submodule: rewrite `module_name` shell function in C submodule: rewrite `module_list` shell function in C
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 40f9df0..6ed824c 100644
--- a/git.c
+++ b/git.c
@@ -470,6 +470,7 @@ static struct cmd_struct commands[] = {
{ "stage", cmd_add, RUN_SETUP | NEED_WORK_TREE },
{ "status", cmd_status, RUN_SETUP | NEED_WORK_TREE },
{ "stripspace", cmd_stripspace },
+ { "submodule--helper", cmd_submodule__helper, RUN_SETUP },
{ "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
{ "tag", cmd_tag, RUN_SETUP },
{ "unpack-file", cmd_unpack_file, RUN_SETUP },