Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Remove redundant "commit" link from shortlog
author
Luben Tuikov
<ltuikov@yahoo.com>
Thu, 28 Sep 2006 23:48:40 +0000
(16:48 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 29 Sep 2006 01:52:36 +0000
(18:52 -0700)
Remove the redundant "commit" link from shortlog.
It can be had by simply clicking on the entry title
of the row.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
6dd36ac
)
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index 9550bd74efa63c959cb502e8c4c962e92634001c..5ef4d07ca149faef52885298fdeeedbff43eec9c 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-2013,7
+2013,6
@@
sub git_shortlog_body {
href(action=>"commit", hash=>$commit), $ref);
print "</td>\n" .
"<td class=\"link\">" .
- $cgi->a({-href => href(action=>"commit", hash=>$commit)}, "commit") . " | " .
$cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff") . " | " .
$cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree");
print "</td>\n" .