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 /log-tree.c | |
| 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 'log-tree.c')
| -rw-r--r-- | log-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log-tree.c b/log-tree.c index 0fdf159f80..27afcf6972 100644 --- a/log-tree.c +++ b/log-tree.c @@ -284,6 +284,7 @@ void show_log(struct rev_info *opt) struct pretty_print_context ctx = {0}; opt->loginfo = NULL; + ctx.show_notes = opt->show_notes; if (!opt->verbose_header) { graph_show_commit(opt->graph); |
