author | Jakub Narebski <jnareb@gmail.com> | |
Mon, 21 Aug 2006 21:08:52 +0000 (23:08 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 21 Aug 2006 21:33:55 +0000 (14:33 -0700) | ||
commit | e8e41a9383ff8e1fb22a7abb899b16486ad25fe1 | |
tree | 56edff0aef8e051e99c173bff92df2d27e99b303 | tree | snapshot |
parent | 740e67f903ce738b25876f6d60faaff21f70fb4a | commit | diff |
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>
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 | diff | blob | history |