summaryrefslogtreecommitdiff
path: root/t/t6023-merge-rename-nocruft.sh
AgeCommit message (Collapse)AuthorFilesLines
2006-12-13Remove uncontested renamed files during merge.Libravatar Shawn Pearce1-0/+97
Prior to 65ac6e9c3f47807cb603af07a6a9e1a43bc119ae we deleted a file from the working directory during a merge if the file existed before the merge started but was renamed by the branch being merged in. This broke in 65ac6e as git-merge-recursive did not actually update the working directory on an uncontested rename. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>