Merge branch 'bc/svn-hash-oid-fix'
A recent oid->hash conversion missed one spot, breaking "git svn". * bc/svn-hash-oid-fix: svn: use correct variable name for short OID
This commit is contained in:
@ -298,7 +298,7 @@ sub cmd_show_log {
|
|||||||
get_author_info($c, $1, $2, $3);
|
get_author_info($c, $1, $2, $3);
|
||||||
} elsif (/^${esc_color}(?:tree|parent|committer) /o) {
|
} elsif (/^${esc_color}(?:tree|parent|committer) /o) {
|
||||||
# ignore
|
# ignore
|
||||||
} elsif (/^${esc_color}:\d{6} \d{6} $::sha1_short/o) {
|
} elsif (/^${esc_color}:\d{6} \d{6} $::oid_short/o) {
|
||||||
push @{$c->{raw}}, $_;
|
push @{$c->{raw}}, $_;
|
||||||
} elsif (/^${esc_color}[ACRMDT]\t/) {
|
} elsif (/^${esc_color}[ACRMDT]\t/) {
|
||||||
# we could add $SVN->{svn_path} here, but that requires
|
# we could add $SVN->{svn_path} here, but that requires
|
||||||
|
Reference in New Issue
Block a user