1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-12 21:06:08 +02:00

Merge branch 'pb/cvsserver'

* pb/cvsserver:
  git-cvsserver: handle change type T
This commit is contained in:
Junio C Hamano 2008-04-02 00:22:20 -07:00
commit e0efa033c8

View File

@ -2707,7 +2707,7 @@ sub update
};
$self->insert_rev($name, $head->{$name}{revision}, $hash, $commit->{hash}, $commit->{date}, $commit->{author}, $git_perms);
}
elsif ( $change eq "M" )
elsif ( $change eq "M" || $change eq "T" )
{
#$log->debug("MODIFIED $name");
$head->{$name} = {