The following set of patches makes cut-and-paste from blame
legible in the destination buffer. E.g.:
cae1862a 3033 if (defined $co{'parent'}) {
3034 push @views_nav,
3035 $cgi->a({-href => href(action=>"shortlog", hash=>$hash)}, "shortlog"),
3036 $cgi->a({-href => href(action=>"log", hash=>$hash)}, "log");
3037 }
It also adds "title" to all rows of data.
Luben