Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
home_config_paths(): let the caller ignore xdg path
[gitweb.git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index c13184aafb603c5462d4c1a8befffc1ef61f3deb..f87b7e891adc5dfb429bc0ae35227e19f335b90f 100644
(file)
--- a/
log-tree.c
+++ b/
log-tree.c
@@
-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;
}
}