]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Do not remove signoff lines in git_print_simplified_log
authorJakub Narebski <redacted>
Mon, 28 Aug 2006 12:48:11 +0000 (14:48 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index 0c50718087f5d8ced481dcbd9b9ae6d9a106be072336dcf321f2417ccfc43e44..39678ecf82b6129644719980e8d3321c59211f2569c6bf84bdbf10150acdff41 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);
 }
 
This page took 0.396458 seconds and 4 git commands to generate.