stash: convert `stash--helper.c` into `stash.c`
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 76ee02802eaeda19b3220a6a30af3daa6196e25f..49ab91b4ec0ef33b5e115ab6b91dd24dacea875b 100644 (file)
--- a/git.c
+++ b/git.c
@@ -554,7 +554,7 @@ static struct cmd_struct commands[] = {
        { "show-index", cmd_show_index },
        { "show-ref", cmd_show_ref, RUN_SETUP },
        { "stage", cmd_add, RUN_SETUP | NEED_WORK_TREE },
-       { "stash--helper", cmd_stash__helper, RUN_SETUP | NEED_WORK_TREE },
+       { "stash", cmd_stash, RUN_SETUP | NEED_WORK_TREE },
        { "status", cmd_status, RUN_SETUP | NEED_WORK_TREE },
        { "stripspace", cmd_stripspace },
        { "submodule--helper", cmd_submodule__helper, RUN_SETUP | SUPPORT_SUPER_PREFIX | NO_PARSEOPT },