]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Add snapshot to shortlog
authorLuben Tuikov <redacted>
Thu, 28 Sep 2006 23:50:09 +0000 (16:50 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
Add snapshot to each commit-row of shortlog.

Signed-off-by: Luben Tuikov <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index 0199c01c61b2163e21b3acff4f4181b803b3f3e88645963a839569a6cdef9209..ead598333b66303f266a60f691b58c35e828d87d7a809fbf83b4d58b8f90b8a3 100755 (executable)
@@ -2021,7 +2021,8 @@ sub git_shortlog_body {
                print "</td>\n" .
                      "<td class=\"link\">" .
                      $cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff") . " | " .
-                     $cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree");
+                     $cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree") . " | " .
+                     $cgi->a({-href => href(action=>"snapshot", hash=>$commit)}, "snapshot");
                print "</td>\n" .
                      "</tr>\n";
        }
This page took 0.236745 seconds and 4 git commands to generate.