X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-rev-list.c;h=857742a14f82e049c5b9e8b234dae9e9e1a7dc30;hb=5c38ea31f345d08f37685cf4f50c599a7af56bcf;hp=06cdeb7ebe7468911a7bee670bf5ec539185ba54;hpb=ca6c06b2efe2f55c498670efcb419bce35678e03;p=git.git diff --git a/builtin-rev-list.c b/builtin-rev-list.c index 06cdeb7eb..857742a14 100644 --- a/builtin-rev-list.c +++ b/builtin-rev-list.c @@ -100,7 +100,7 @@ static void show_commit(struct commit *commit) children = children->next; } } - show_decorations(commit); + show_decorations(&revs, commit); if (revs.commit_format == CMIT_FMT_ONELINE) putchar(' '); else