summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3368d11)
raw | patch | inline | side by side (parent: 3368d11)
author | Jakub Narebski <jnareb@gmail.com> | |
Mon, 8 Jan 2007 01:10:42 +0000 (02:10 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 8 Jan 2007 02:06:45 +0000 (18:06 -0800) |
Remove superfluous trailing "|" separator from difftree part of "commit"
view for new files (created in given commit).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
view for new files (created in given commit).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | patch | blob | history |
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index f46a42296da0e66c0946c392c232058dcd09e34a..25e5079a89dd22e7c8eb2b7e3ac276681eae83b4 100755 (executable)
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
}
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