describe --contains: default to HEAD when no commit-ish is given
[gitweb.git] / log-tree.c
index c13184aafb603c5462d4c1a8befffc1ef61f3deb..f87b7e891adc5dfb429bc0ae35227e19f335b90f 100644 (file)
@@ -365,6 +365,7 @@ static void show_sig_lines(struct rev_info *opt, int status, const char *bol)
                eol = strchrnul(bol, '\n');
                printf("%s%.*s%s%s", color, (int)(eol - bol), bol, reset,
                       *eol ? "\n" : "");
+               graph_show_oneline(opt->graph);
                bol = (*eol) ? (eol + 1) : eol;
        }
 }