gitweb: Remove git_to_hash function
authorJakub Narebski <jnareb@gmail.com>
Sun, 27 Aug 2006 21:45:26 +0000 (23:45 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 27 Aug 2006 22:19:28 +0000 (15:19 -0700)
Remove git_to_hash function, which was to translate symbolic reference
to hash, and it's use in git_blobdiff. We don't try so hard to guess
filename if it was not provided.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found