gitweb: Do not remove signoff lines in git_print_simplified_log
commitd50a9398fe9428f94ec7f2081626cc49c938e704
authorJakub Narebski <jnareb@gmail.com>
Mon, 28 Aug 2006 12:48:11 +0000 (28 14:48 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 28 Aug 2006 23:21:34 +0000 (28 16:21 -0700)
treebfc7ff457bf34259dd75c52af43d55f9536c60e2
parentb7f9253df9bf351527f319d67bf67a95a4b8d79a
gitweb: Do not remove signoff lines in git_print_simplified_log

Remove '-remove_signoff => 1' option to git_print_log call in the
git_print_simplified_log subroutine.  This means that in "log" and
"commitdiff" views (git_log and git_commitdiff subroutines) signoff
lines will be shown.

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