gitweb: Separate printing difftree in git_commit into git_difftree_body
authorJakub Narebski <jnareb@gmail.com>
Mon, 14 Aug 2006 00:18:33 +0000 (02:18 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Aug 2006 00:40:50 +0000 (17:40 -0700)
Separate printing difftree in git_commit into separate
git_difftree_body subroutine. Add support for "C" (copied) status. For
"M" and "C" add parameter 'fp' (filename parent) to the "diff" link;
currently not supported by git_blobdiff ("blobdiff" action).

Reindented, realigned, added comments.

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