We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f74f5e7 + 03bb366 commit 305fcf4Copy full SHA for 305fcf4
perl/Git/SVN/Log.pm
@@ -298,7 +298,7 @@ sub cmd_show_log {
298
get_author_info($c, $1, $2, $3);
299
} elsif (/^${esc_color}(?:tree|parent|committer) /o) {
300
# ignore
301
- } elsif (/^${esc_color}:\d{6} \d{6} $::sha1_short/o) {
+ } elsif (/^${esc_color}:\d{6} \d{6} $::oid_short/o) {
302
push @{$c->{raw}}, $_;
303
} elsif (/^${esc_color}[ACRMDT]\t/) {
304
# we could add $SVN->{svn_path} here, but that requires
0 commit comments