Support copy and rename detection in fast-export.
authorAlexander Gavrilov <angavrilov@gmail.com>
Sat, 26 Jul 2008 20:52:54 +0000 (00:52 +0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Jul 2008 06:57:51 +0000 (23:57 -0700)
commitae7c5dcef92d46cfc8987fde2c264614fe475bd1
tree0db309e33c6b47264c68a0e7685b88bb4bd668a7
parent6b2fbaaffc5ec762eae5d23b58b1dc0a88e2275e
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>
Documentation/git-fast-export.txt
builtin-fast-export.c
t/t9301-fast-export.sh