summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/commit.c')
-rw-r--r--builtin/commit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin/commit.c b/builtin/commit.c
index a3e52ac9ca..28f6174503 100644
--- a/builtin/commit.c
+++ b/builtin/commit.c
@@ -1979,7 +1979,8 @@ int cmd_commit(int argc,
&oid, flags);
}
- apply_autostash_ref(the_repository, "MERGE_AUTOSTASH");
+ apply_autostash_ref(the_repository, "MERGE_AUTOSTASH",
+ NULL, NULL, NULL, NULL);
cleanup:
free_commit_extra_headers(extra);