diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-01-05 23:41:57 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-01-05 23:41:57 -0800 |
| commit | 946a5aee3e896aa12cb9d4d21079c6e299baad81 (patch) | |
| tree | 86bc33d1262dfec0a36bbca5b0825298189bb710 /commit.h | |
| parent | Merge branch 'jk/complete-commit-c' (diff) | |
| parent | log --format: teach %C(auto,black) to respect color config (diff) | |
| download | git-946a5aee3e896aa12cb9d4d21079c6e299baad81.tar.gz git-946a5aee3e896aa12cb9d4d21079c6e299baad81.zip | |
Merge branch 'jc/format-color-auto'
Introduce "log --format=%C(auto,blue)Foo%C(auto,reset)" that does
not color its output when writing to a non-terminal.
* jc/format-color-auto:
log --format: teach %C(auto,black) to respect color config
t6006: clean up whitespace
Diffstat (limited to 'commit.h')
| -rw-r--r-- | commit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ struct pretty_print_context { char *notes_message; struct reflog_walk_info *reflog_info; const char *output_encoding; + int color; }; struct userformat_want { |
