Update draft release notes to 1.7.0
[gitweb.git] / builtin-commit.c
index e64487121059b1b4a618828095375c1a42e4e93e..69241f8ed6245b4f80f8758540bdd1aba926c4ce 100644 (file)
@@ -1255,7 +1255,7 @@ int cmd_commit(int argc, const char **argv, const char *prefix)
                     "new_index file. Check that disk is not full or quota is\n"
                     "not exceeded, and then \"git reset HEAD\" to recover.");
 
-       rerere();
+       rerere(0);
        run_hook(get_index_file(), "post-commit", NULL);
        if (!quiet)
                print_summary(prefix, commit_sha1);