gitweb: simplify git_get_hash_by_path
authorJakub Narebski <jnareb@gmail.com>
Sat, 29 Jul 2006 20:55:01 +0000 (22:55 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 31 Jul 2006 01:30:10 +0000 (18:30 -0700)
Simplify git_get_hash_by_path by using git-ls-tree to do path
limiting, instead of finding correct ttree and parsing unconstrained
git-ls-tree output.

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