]> git.ipfire.org Git - thirdparty/git.git/commit - bisect.c
bisect: use argv_array API
authorJeff King <peff@peff.net>
Tue, 13 Sep 2011 21:58:14 +0000 (17:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Sep 2011 18:56:57 +0000 (11:56 -0700)
commit8a534b612410b9746ef33af9e4631fc18bd77621
tree1699a3fe9ab8fb002d589429647145ca6dfb128c
parent37e8161a04360d01edd0611135f5eae8e6a08224
bisect: use argv_array API

Now that the argv_array API exists, we can save some lines
of code.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c