]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.cgi
add test files
[Gitweb] / gitweb.cgi
index f3f67a1c3de31deef10cf1bce20c22db96a968d95360b79fdf9928bd29674d91..b5b66c0f9a32ccf56b4d7c2e8ddb54fb461e076a8ddfcda7fcc0e41dcec141c4 100755 (executable)
@@ -15,7 +15,7 @@ use CGI::Carp qw(fatalsToBrowser);
 use Fcntl ':mode';
 
 my $cgi = new CGI;
-my $version =          "247";
+my $version =          "248";
 my $my_url =           $cgi->url();
 my $my_uri =           $cgi->url(-absolute => 1);
 my $rss_link = "";
@@ -2047,6 +2047,7 @@ sub git_history {
                              escapeHTML(chop_str($co{'title'}, 50)) . "</b>") . "</td>\n" .
                              "<td class=\"link\">" .
                              $cgi->a({-href => "$my_uri?p=$project;a=commit;h=$commit"}, "commit") .
+                             " | " . $cgi->a({-href => "$my_uri?p=$project;a=commitdiff;h=$commit"}, "commitdiff") .
                              " | " . $cgi->a({-href => "$my_uri?p=$project;a=blob;hb=$commit;f=$file_name"}, "blob");
                        my $blob = git_get_hash_by_path($hash, $file_name);
                        my $blob_parent = git_get_hash_by_path($commit, $file_name);
This page took 0.117329 seconds and 4 git commands to generate.