]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: last-modified time should be commiter, not author
[Gitweb] / gitweb.perl
index ef5e5dc099765b8a19363377bce6ee8b5ecbf093d8042f0af634861f74362845..f33524d212b7d7db9fc912a85eedb47f807e6b240044c043ad6e301b271268cf 100755 (executable)
@@ -6016,7 +6016,7 @@ sub git_feed {
        }
        if (defined($commitlist[0])) {
                %latest_commit = %{$commitlist[0]};
-               %latest_date   = parse_date($latest_commit{'author_epoch'});
+               %latest_date   = parse_date($latest_commit{'committer_epoch'});
                print $cgi->header(
                        -type => $content_type,
                        -charset => 'utf-8',
This page took 0.229501 seconds and 4 git commands to generate.