]> git.ipfire.org Git - thirdparty/git.git/commit - bisect.c
commit.c: remove print_commit_list()
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 Jul 2016 17:09:28 +0000 (10:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Jul 2016 17:11:36 +0000 (10:11 -0700)
commit54307ea7c3ced760ee375483a786ec7180798aed
tree989d4ee64a7abae2833d07a3ab4eccc127eded92
parentdabd35f4cdd8bcfa502d082da5a3e4b927a2b329
commit.c: remove print_commit_list()

The helper function tries to offer a way to conveniently show the
last one differently from others, presumably to allow you to say
something like

A, B, and C.

while iterating over a list that has these three elements.

However, there is only one caller, and it passes the same format
string "%s\n" for both the last one and the other ones.  Retire the
helper function and update the caller with a simplified version.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c
commit.c
commit.h