Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-16 14:29:10 +0400
committerJunio C Hamano <junkio@cox.net>2006-04-16 14:35:38 +0400
commitcb8f64b4e3f263c113b7a2f156af74b810e969ff (patch)
tree7bcdc811e98eba8089c25ba60515a5ec347395e5 /revision.h
parentd4ed9793fd981ea5a35ebaa8e337446bb29f6d55 (diff)
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 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;