Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
update-index: be specific what part of the index has changed
[gitweb.git]
/
resolve-undo.c
diff --git
a/resolve-undo.c
b/resolve-undo.c
index 44c697c36d0b406330aeb084db1d6a4be715d6c6..e9dff57824577c09e5b6edbfe429bcbb1e7d3421 100644
(file)
--- a/
resolve-undo.c
+++ b/
resolve-undo.c
@@
-110,7
+110,7
@@
void resolve_undo_clear_index(struct index_state *istate)
string_list_clear(resolve_undo, 1);
free(resolve_undo);
istate->resolve_undo = NULL;
- istate->cache_changed =
1
;
+ istate->cache_changed =
SOMETHING_CHANGED
;
}
int unmerge_index_entry_at(struct index_state *istate, int pos)