summaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-23 01:08:01 +0100
committerJunio C Hamano <gitster@pobox.com>2010-01-23 01:08:01 +0100
commit67bc7407211d26de518811dafc2c1cf2e6124709 (patch)
tree6fffca8665145d1f3164abce6d980f8c537e1343 /commit.h
parentMerge branch 'nd/ls-files-sparse-fix' (diff)
parentFix "log --oneline" not to show notes (diff)
downloadgit-67bc7407211d26de518811dafc2c1cf2e6124709.tar.xz
git-67bc7407211d26de518811dafc2c1cf2e6124709.zip
Merge branch 'jc/maint-limit-note-output'
* 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 24128d7a2a..3cf5166581 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;
};