bisect: implement "rev_argv_push" to fill an argv with revs
commit3755ccdb65a3bcaa1d55a6b4ec9c47eab0501baa
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 9 May 2009 15:55:39 +0000 (9 17:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 21:30:19 +0000 (10 14:30 -0700)
tree6982ff6abf3304b7fbdbebd990db3e062377fbfb
parent6212b1aae9dcc0de1dca1553298c6668579dd184
bisect: implement "rev_argv_push" to fill an argv with revs

This patch is a minor clean up right now, but the new function
will evolve and be used more later.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c