Code

gitweb: Fix error in "rename to"/"copy to" git diff header output
authorJakub Narebski <jnareb@gmail.com>
Sun, 7 Jan 2007 01:52:24 +0000 (02:52 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 7 Jan 2007 06:52:52 +0000 (22:52 -0800)
commit2e1951f6eddfa070916a0e678aa508f73d92aa50
tree4c907a3a23cdc38d566c6b3e4d671ae1341d78de
parent62e4f26f3d55bd66989d9b953988de18ba393417
gitweb: Fix error in "rename to"/"copy to" git diff header output

Fix error in git_patchset_body subroutine, which caused "rename to"/"copy
to" line in extended diff header to be displayed incorrectly.

While at it, fix align.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl