]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
fetch-pack: ignore SIGPIPE in sideband demuxer
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 40f9df0897b0a0d05da7cd6bf688c6758cad89a9..6ed824cacfccddcb01104835b45ab934ff3f443e 100644 (file)
--- 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 },