Merge branch 'pb/cvsserver'
* pb/cvsserver: git-cvsserver: handle change type T
This commit is contained in:
commit
e0efa033c8
@ -2707,7 +2707,7 @@ sub update
|
|||||||
};
|
};
|
||||||
$self->insert_rev($name, $head->{$name}{revision}, $hash, $commit->{hash}, $commit->{date}, $commit->{author}, $git_perms);
|
$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");
|
#$log->debug("MODIFIED $name");
|
||||||
$head->{$name} = {
|
$head->{$name} = {
|
||||||
|
Loading…
Reference in New Issue
Block a user