Code

Support showing notes from more than one notes tree
[git.git] / builtin-branch.c
index 0c84f9f9eb75babf69eb5503f83bce5645477609..ddc9f2dab7f3b55e4cd0cffbf303a3ad108fd431 100644 (file)
@@ -389,8 +389,9 @@ static void print_ref_item(struct ref_item *item, int maxwidth, int verbose,
 
                commit = item->commit;
                if (commit && !parse_commit(commit)) {
+                       struct pretty_print_context ctx = {0};
                        pretty_print_commit(CMIT_FMT_ONELINE, commit,
-                                           &subject, 0, NULL, NULL, 0, 0);
+                                           &subject, &ctx);
                        sub = subject.buf;
                }