Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-recursive: match the unmerged index entry behaviour with merge-resolve
[gitweb.git]
/
entry.c
diff --git
a/entry.c
b/entry.c
index b8426dbd0dae619b9f2023f9cf46f4d8c3df0a24..15b34eb6f9ac1db569487a3b732740f2d35831a7 100644
(file)
--- a/
entry.c
+++ b/
entry.c
@@
-132,7
+132,7
@@
int checkout_entry(struct cache_entry *ce, struct checkout *state)
if (!state->force) {
if (!state->quiet)
fprintf(stderr, "git-checkout-index: %s already exists\n", path);
- return
0
;
+ return
-1
;
}
/*