log/whatchanged/show - log formatting cleanup.

This moves the decision to print the log message, while diff
options are in effect, to log-tree.  It gives behaviour closer
to the traditional one.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-04-16 03:29:10 -07:00
parent d4ed9793fd
commit cb8f64b4e3
3 changed files with 30 additions and 15 deletions

View File

@ -56,6 +56,7 @@ struct rev_info {
enum cmit_fmt commit_format;
const char *header_prefix;
const char *header;
const char *use_precomputed_header;
/* special limits */
int max_count;