git-cvsserver: handle change type T
authorPaolo Bonzini <bonzini@gnu.org>
Sun, 16 Mar 2008 19:00:21 +0000 (20:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Mar 2008 06:51:33 +0000 (23:51 -0700)
git-cvsserver does not support changes of type T (file type change,
e.g. symlink->real file). This patch treats them the same as changes
of type M.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found