* Implemented different error messages as suggested by Junio * Implemented all of Erics suggestions, including renaming to module-with-dash-now Stefan Beller (3): submodule: implement `module-list` as a builtin helper submodule: implement `module-name` as a builtin helper submodule: implement `module-clone` as a builtin helper .gitignore | 1 + Makefile | 1 + builtin.h | 1 + builtin/submodule--helper.c | 282 ++++++++++++++++++++++++++++++++++++++++++++ git-submodule.sh | 166 +++----------------------- git.c | 1 + 6 files changed, 302 insertions(+), 150 deletions(-) create mode 100644 builtin/submodule--helper.c -- 2.5.0.256.gb62b30d.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html