aboutsummaryrefslogtreecommitdiff
path: root/revision.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-16 03:29:10 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-16 03:35:38 -0700
commitcb8f64b4e3f263c113b7a2f156af74b810e969ff (patch)
tree7bcdc811e98eba8089c25ba60515a5ec347395e5 /revision.h
parentd4ed9793fd981ea5a35ebaa8e337446bb29f6d55 (diff)
downloadgit-cb8f64b4e3f263c113b7a2f156af74b810e969ff.tar.gz
git-cb8f64b4e3f263c113b7a2f156af74b810e969ff.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h
index 7b854866b..74dc5ef17 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;