X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=log-tree.c;h=194ddb13da09668334cd9e1f6eeef517c3346ee9;hb=8e4f767ba77051aedaac7ef6639ee990778866c7;hp=5444f0860b2150d440dfbd5a4be4aa2daa1316fc;hpb=ea4f2bd39dcfabb23e86b2f79149c6c4038ff3cd;p=git.git diff --git a/log-tree.c b/log-tree.c index 5444f0860..194ddb13d 100644 --- a/log-tree.c +++ b/log-tree.c @@ -58,7 +58,7 @@ void show_decorations(struct rev_info *opt, struct commit *commit) struct name_decoration *decoration; if (opt->show_source && commit->util) - printf(" %s", (char *) commit->util); + printf("\t%s", (char *) commit->util); if (!opt->show_decorations) return; decoration = lookup_decoration(&name_decoration, &commit->object);