]> git.ipfire.org Git - thirdparty/git.git/commit - merge-recursive.c
merge-recursive: track information associated with directory renames
authorElijah Newren <newren@gmail.com>
Fri, 5 Apr 2019 15:00:24 +0000 (08:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Apr 2019 07:02:08 +0000 (16:02 +0900)
commit6d169fd321c0da4b20c13d08bbe19d55cab12e11
tree2f98c72329ce0ee2f4526cdb8f2b8ec27ffaedbb
parente0612a192a82280132ce2d3893c610b3db54c8ee
merge-recursive: track information associated with directory renames

Directory rename detection previously silently applied.  In order to
allow printing information about paths that changed or printing a
conflict notification (and only doing so near other potential conflict
messages associated with the paths), save this information inside the
rename struct for later use.  A subsequent patch will make use of the
additional information.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c