Code

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)
commite8e41a9383ff8e1fb22a7abb899b16486ad25fe1
tree56edff0aef8e051e99c173bff92df2d27e99b303
parent740e67f903ce738b25876f6d60faaff21f70fb4a
gitweb: Use parse_difftree_raw_line in git_difftree_body

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>
gitweb/gitweb.perl