diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-16 03:29:10 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-16 03:35:38 -0700 |
commit | cb8f64b4e3f263c113b7a2f156af74b810e969ff (patch) | |
tree | 7bcdc811e98eba8089c25ba60515a5ec347395e5 /revision.h | |
parent | d4ed9793fd981ea5a35ebaa8e337446bb29f6d55 (diff) | |
download | git-cb8f64b4e3f263c113b7a2f156af74b810e969ff.tar.gz |
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>
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h index 7b854866b2..74dc5ef179 100644 --- a/revision.h +++ b/revision.h @@ -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; |