mirror of
https://github.com/git/git.git
synced 2026-03-14 18:59:04 +01:00
Merge branch 'jc/web-blame' into next
* jc/web-blame: gitweb: blame porcelain: lineno and orig lineno swapped
This commit is contained in:
@@ -2594,7 +2594,7 @@ HTML
|
||||
while (1) {
|
||||
$_ = <$fd>;
|
||||
last unless defined $_;
|
||||
my ($full_rev, $lineno, $orig_lineno, $group_size) =
|
||||
my ($full_rev, $orig_lineno, $lineno, $group_size) =
|
||||
/^([0-9a-f]{40}) (\d+) (\d+)(?: (\d+))?$/;
|
||||
if (!exists $metainfo{$full_rev}) {
|
||||
$metainfo{$full_rev} = {};
|
||||
|
||||
Reference in New Issue
Block a user