summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b7f9253)
raw | patch | inline | side by side (parent: b7f9253)
author | Jakub Narebski <jnareb@gmail.com> | |
Mon, 28 Aug 2006 12:48:11 +0000 (14:48 +0200) | ||
committer | Junio 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>
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 | patch | blob | history |
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index ba21a4770da757b7d7a5b370c95cc1ea917b226b..d191ef1ee4350c8e4b600601d4a382849278a76f 100755 (executable)
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
git_print_log($log,
-final_empty_line=> 1,
- -remove_signoff => 1,
-remove_title => $remove_title);
}