]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsserver.perl
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)
commit9027efed47ba930382baa8051f451235be12fa63
treec0a85f92fcef3d7dff146a86f5433c309290e105
parent803d5158123346229d71de53818920efbc88ca0f
git-cvsserver: handle change type T

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>
git-cvsserver.perl