diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-16 03:39:00 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-16 03:39:00 -0700 |
commit | d2b9b5f5bb411ce69acd251915d3b92748f110a9 (patch) | |
tree | 9cb11d01385b902f5acf5135e7ba96fe66c65c52 /revision.h | |
parent | Merge branch 'jc/pager-cat' into next (diff) | |
parent | log/whatchanged/show - log formatting cleanup. (diff) | |
download | tgif-d2b9b5f5bb411ce69acd251915d3b92748f110a9.tar.xz |
Merge branch 'lt/logopt' into next
* lt/logopt:
log/whatchanged/show - log formatting cleanup.
Simplify common default options setup for built-in log family.
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; |