author | Junio C Hamano <junkio@cox.net> | |
Sun, 8 Apr 2007 06:52:40 +0000 (23:52 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 8 Apr 2007 06:52:40 +0000 (23:52 -0700) |
* 'jc/read-tree-df' (early part):
Fix switching to a branch with D/F when current branch has file D.
Fix twoway_merge that passed d/f conflict marker to merged_entry().
Fix read-tree --prefix=dir/.
unpack-trees: get rid of *indpos parameter.
unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.
add_cache_entry(): removal of file foo does not conflict with foo/bar
Fix switching to a branch with D/F when current branch has file D.
Fix twoway_merge that passed d/f conflict marker to merged_entry().
Fix read-tree --prefix=dir/.
unpack-trees: get rid of *indpos parameter.
unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.
add_cache_entry(): removal of file foo does not conflict with foo/bar
1 | 2 | |||
---|---|---|---|---|
builtin-read-tree.c | patch | | diff1 | | diff2 | | blob | history |
read-cache.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc builtin-read-tree.c
Simple merge
diff --cc read-cache.c
Simple merge