Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cc/browser'
[gitweb.git]
/
builtin-reset.c
diff --git
a/builtin-reset.c
b/builtin-reset.c
index 10dba60c39d3cf7dafe6d733a4d53977c285a73c..7ee811f0b8de34025a14a53d42f4fceb477a598e 100644
(file)
--- a/
builtin-reset.c
+++ b/
builtin-reset.c
@@
-108,7
+108,6
@@
static int update_index_refresh(int fd, struct lock_file *index_lock)
return error("Could not read index");
result = refresh_cache(0) ? 1 : 0;
if (write_cache(fd, active_cache, active_nr) ||
- close(fd) ||
commit_locked_index(index_lock))
return error ("Could not refresh index");
return result;