Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
archimport: remove files from the index before adding/updating
[gitweb.git]
/
diff-files.c
diff --git
a/diff-files.c
b/diff-files.c
index 7db5ce6407b9755e42445a7cf43d6dc5615bf3e7..0c3f80046b51abd3c44da61a71dce7da3a712518 100644
(file)
--- a/
diff-files.c
+++ b/
diff-files.c
@@
-150,6
+150,8
@@
int main(int argc, const char **argv)
nce->sha1, 20);
combine.p.parent[stage-2].mode =
DIFF_FILE_CANON_MODE(mode);
+ combine.p.parent[stage-2].status =
+ DIFF_STATUS_MODIFIED;
}
/* diff against the proper unmerged stage */