diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-05 12:30:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-05 12:30:19 -0700 |
commit | 65e1449614d3af34a022007cd335d0e563dea721 (patch) | |
tree | 2369279dd32ac37d6d8637b1df5d04a73fded819 /builtin.h | |
parent | 8a54523f0f70134327e7b2a625b1777c796b07d5 (diff) | |
parent | ee8838d157761acf4cc38f2378277dc894c10eb0 (diff) | |
download | git-65e1449614d3af34a022007cd335d0e563dea721.tar.gz |
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 'builtin.h')
-rw-r--r-- | builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ extern int cmd_show(int argc, const char **argv, const char *prefix); extern int cmd_show_branch(int argc, const char **argv, const char *prefix); extern int cmd_status(int argc, const char **argv, const char *prefix); extern int cmd_stripspace(int argc, const char **argv, const char *prefix); +extern int cmd_submodule__helper(int argc, const char **argv, const char *prefix); extern int cmd_symbolic_ref(int argc, const char **argv, const char *prefix); extern int cmd_tag(int argc, const char **argv, const char *prefix); extern int cmd_tar_tree(int argc, const char **argv, const char *prefix); |