Code

gitweb: Refactor printing commit message
authorJakub Narebski <jnareb@gmail.com>
Thu, 17 Aug 2006 09:21:23 +0000 (11:21 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 17 Aug 2006 10:04:46 +0000 (03:04 -0700)
commitd16d093c2dcdd31b71b278591db18a9b0ccdbe90
tree606f7d5461079fe04c7a124d2359757525d8ea64
parent13d02165042c6139905dad38ee8324780d771d99
gitweb: Refactor printing commit message

Separate pretty-printing commit message (comment) into git_print_log
and git_print_simplified_log subroutines. As of now the former is used
in git_commit, the latter in git_log and git_commitdiff.

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