X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/26dca5e2a6895d1785d95c3fc221b264cb6c0c672bd289b2e786138e8d2aab27..2b8098141f784afb2695045b1f02ef2f84329bbd6fb8c8769822f74716d4e3e0:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 9b29232..578ea50 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -1027,9 +1027,9 @@ sub parse_difftree_raw_line { } } # 'c512b523472485aef4fff9e57b229d9d243c967f' - #elsif ($line =~ m/^([0-9a-fA-F]{40})$/) { - # $res{'commit'} = $1; - #} + elsif ($line =~ m/^([0-9a-fA-F]{40})$/) { + $res{'commit'} = $1; + } return wantarray ? %res : \%res; }