summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-05 10:59:05 -0800
committerJunio C Hamano <gitster@pobox.com>2010-02-05 10:59:05 -0800
commitb401a12a2c49d3f3e81e356782d9ca49aaa97faa (patch)
tree3c08d47265838d7b13ae8e2649835159077a6f0c /commit.h
parent3325cea0f7ef7355f6806b2fc88acdb2e27785ac (diff)
parent7dccadf363f9d9ff564ad34117266b2d557a2bc8 (diff)
downloadgit-b401a12a2c49d3f3e81e356782d9ca49aaa97faa.tar.gz
Merge branch 'jc/maint-limit-note-output' into maint
* jc/maint-limit-note-output: Fix "log --oneline" not to show notes Fix "log" family not to be too agressive about showing notes
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index e5332efcfc..2c0742b721 100644
--- a/commit.h
+++ b/commit.h
@@ -70,6 +70,7 @@ struct pretty_print_context
const char *after_subject;
enum date_mode date_mode;
int need_8bit_cte;
+ int show_notes;
struct reflog_walk_info *reflog_info;
};