]> asedeno.scripts.mit.edu Git - git.git/commitdiff
gitweb: Do not remove signoff lines in git_print_simplified_log
authorJakub Narebski <jnareb@gmail.com>
Mon, 28 Aug 2006 12:48:11 +0000 (14:48 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 28 Aug 2006 23:21:34 +0000 (16:21 -0700)
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

index ba21a4770da757b7d7a5b370c95cc1ea917b226b..d191ef1ee4350c8e4b600601d4a382849278a76f 100755 (executable)
@@ -1432,7 +1432,6 @@ sub git_print_simplified_log {
 
        git_print_log($log,
                -final_empty_line=> 1,
-               -remove_signoff => 1,
                -remove_title => $remove_title);
 }