Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
GIT 1.5.4-rc4
[gitweb.git]
/
builtin-apply.c
diff --git
a/builtin-apply.c
b/builtin-apply.c
index d57bb6e070b838230c0cf5bd15ba0e948ca7223f..15432b6782400b556333ee4117c7daaff20412ab 100644
(file)
--- a/
builtin-apply.c
+++ b/
builtin-apply.c
@@
-2921,7
+2921,7
@@
int cmd_apply(int argc, const char **argv, const char *unused_prefix)
if (update_index) {
if (write_cache(newfd, active_cache, active_nr) ||
- c
lose(newfd) || c
ommit_locked_index(&lock_file))
+ commit_locked_index(&lock_file))
die("Unable to write new index file");
}