Merge branch 'pb/cvsserver'

* pb/cvsserver:
  git-cvsserver: handle change type T
maint
Junio C Hamano 2008-04-02 00:22:20 -07:00
commit e0efa033c8
1 changed files with 1 additions and 1 deletions

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} = {