Code

diffcore-rename: record filepair for rename src
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Jan 2011 21:50:05 +0000 (13:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Jan 2011 00:41:57 +0000 (16:41 -0800)
commit5b7938118a256c203e85bda2c52e0f5f4d912364
treea84fdc750e72ac61f2a45c5620f3123966a4b05a
parent1465262b64b2f0c8e23379e1dd498b5eeaec28bd
diffcore-rename: record filepair for rename src

This will allow us to later skip unmodified entries added due to "-C -C".
We might also want to do something similar to rename_dst side, but that
would only be for the sake of symmetry and not necessary for this series.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-rename.c