diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-02-05 10:59:05 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-02-05 10:59:05 -0800 |
| commit | b401a12a2c49d3f3e81e356782d9ca49aaa97faa (patch) | |
| tree | 3c08d47265838d7b13ae8e2649835159077a6f0c /commit.h | |
| parent | Merge branch 'maint-1.6.5' into maint (diff) | |
| parent | Fix "log --oneline" not to show notes (diff) | |
| download | git-b401a12a2c49d3f3e81e356782d9ca49aaa97faa.tar.gz git-b401a12a2c49d3f3e81e356782d9ca49aaa97faa.zip | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; }; |
