]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Remove superfluous "|" in "commit" view
authorJakub Narebski <redacted>
Mon, 8 Jan 2007 01:10:42 +0000 (02:10 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
Remove superfluous trailing "|" separator from difftree part of "commit"
view for new files (created in given commit).

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index d03b97b1221ac25f1e52a4e5e1ce4451d4a8a5fd479b68bdfc95845876fdc250..357c624b8ec6ba9af39745dba56ee16720baba7b25e6a9f10e6b5e35e55054ff 100755 (executable)
@@ -2240,7 +2240,7 @@ sub git_difftree_body {
                        }
                        print $cgi->a({-href => href(action=>"blob", hash=>$diff{'to_id'},
                                                     hash_base=>$hash, file_name=>$diff{'file'})},
-                                     "blob") . " | ";
+                                     "blob");
                        print "</td>\n";
 
                } elsif ($diff{'status'} eq "D") { # deleted
This page took 0.34299 seconds and 4 git commands to generate.