Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsexportcommit: be graceful when "cvs status" reorders the arguments
[gitweb.git]
/
builtin-commit.c
diff --git
a/builtin-commit.c
b/builtin-commit.c
index a43f2019959a950639f013ff534610e228d8c149..45232a11c408530e7ca011f7262532df236c2576 100644
(file)
--- a/
builtin-commit.c
+++ b/
builtin-commit.c
@@
-317,6
+317,10
@@
static char *prepare_index(int argc, const char **argv, const char *prefix)
if (write_cache(fd, active_cache, active_nr) ||
close_lock_file(&false_lock))
die("unable to write temporary index file");
+
+ discard_cache();
+ read_cache_from(false_lock.filename);
+
return false_lock.filename;
}