Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-lib: unset GIT_TRACE
[gitweb.git]
/
checkout-index.c
diff --git
a/checkout-index.c
b/checkout-index.c
index ea40bc29bed17fbd6e3326edaa6fb3c38b742de6..29279555086ce36cdf598e390898a46888543846 100644
(file)
--- a/
checkout-index.c
+++ b/
checkout-index.c
@@
-311,7
+311,7
@@
int main(int argc, char **argv)
if (0 <= newfd &&
(write_cache(newfd, active_cache, active_nr) ||
- commit_lock_file(&lock_file)))
+ c
lose(newfd) || c
ommit_lock_file(&lock_file)))
die("Unable to write new index file");
return 0;
}