author | Alexander Gavrilov <angavrilov@gmail.com> | |
Sat, 26 Jul 2008 20:52:54 +0000 (00:52 +0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 30 Jul 2008 06:57:51 +0000 (23:57 -0700) | ||
commit | ae7c5dcef92d46cfc8987fde2c264614fe475bd1 | |
tree | 0db309e33c6b47264c68a0e7685b88bb4bd668a7 | tree | snapshot |
parent | 6b2fbaaffc5ec762eae5d23b58b1dc0a88e2275e | commit | diff |
Support copy and rename detection in fast-export.
Although it does not matter for Git itself, tools that
export to systems that explicitly track copies and
renames can benefit from such information.
This patch makes fast-export output correct action
logs when -M or -C are enabled.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Although it does not matter for Git itself, tools that
export to systems that explicitly track copies and
renames can benefit from such information.
This patch makes fast-export output correct action
logs when -M or -C are enabled.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt | diff | blob | history | |
builtin-fast-export.c | diff | blob | history | |
t/t9301-fast-export.sh | diff | blob | history |