Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
log: fix indentation for --graph --show-signature
[gitweb.git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index 1982631ca497002b746873cd62fabbc4b7f9d3ce..d24cbacaa69b9cb2fbc6e69c0d4635492b819567 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;
}
}