From: Jakub Narebski Date: Thu, 17 Aug 2006 09:21:23 +0000 (+0200) Subject: gitweb: Refactor printing commit message X-Git-Tag: v1.4.3-rc1~168^2~42 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d16d093c2dcdd31b71b278591db18a9b0ccdbe90?hp=d16d093c2dcdd31b71b278591db18a9b0ccdbe90 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 Signed-off-by: Junio C Hamano ---