gitweb: Use parse_difftree_raw_line in git_difftree_body
authorJakub Narebski <jnareb@gmail.com>
Mon, 21 Aug 2006 21:08:52 +0000 (23:08 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 21 Aug 2006 21:33:55 +0000 (14:33 -0700)
Use newly introduced parse_difftree_raw_line function in the
git_difftree_body subroutine. While at it correct error in
parse_difftree_raw_line (unquote is unprototyped function), and
add comment explaining this function.

It also refactors git_difftree_body somewhat, and tries to fit
it in 80 columns.

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