projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e7330
)
gitweb: Fix typo in git_difftree_body
author
Jakub Narebski
<jnareb@gmail.com>
Sat, 26 Aug 2006 21:33:58 +0000
(23:33 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 27 Aug 2006 00:56:49 +0000
(17:56 -0700)
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 0df59af821248103cde84a4969439f56a98a9457..ba5024af14484ec4f838e77c261835e77cc224b3 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-1556,7
+1556,7
@@
sub git_difftree_body {
"blob") .
" | " .
$cgi->a({-href => href(action=>"history", hash_base=>$parent,
- file_name=>$diff{'file'})},
\
+ file_name=>$diff{'file'})},
"history") .
"</td>\n";