projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ewah: use less generic macro name
[git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index
c13184a
..
f87b7e8
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;
}
}