Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Remove forgotten call to git_to_hash
author
Dennis Stosberg
<dennis@stosberg.net>
Thu, 31 Aug 2006 19:32:45 +0000
(21:32 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 31 Aug 2006 19:48:37 +0000
(12:48 -0700)
On Aug 27th, Jakub Narebski sent a patch which removed the git_to_hash()
function and this call to it. The patch did not apply cleanly and had to
be applied manually. Removing the last chunk has obviously been forgotten.
See: commit
0aea33762b1262d11fb43eda9f3fc152b5622cca
and
message <
200608272345
.26722.jnareb@gmail.com>
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
fc1c75e
)
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index 9324d71ebe4e01a8f9985a32990acc94636008f9..68f40bda8f97f4e238d13f0a7f4ad2adafd00198 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-2778,10
+2778,6
@@
sub git_blobdiff {
@difftree
or die_error('404 Not Found', "Blob diff not found");
- } elsif (defined $hash) { # try to find filename from $hash
- if ($hash !~ /[0-9a-fA-F]{40}/) {
- $hash = git_to_hash($hash);
- }
} elsif (defined $hash &&
$hash =~ /[0-9a-fA-F]{40}/) {
# try to find filename from $hash