bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"
commit3b437b0dabfdff12d5dd78b9bb55a0be4e2da51c
authorChristian Couder <chriscool@tuxfamily.org>
Thu, 26 Mar 2009 04:55:59 +0000 (26 05:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Apr 2009 08:29:44 +0000 (5 01:29 -0700)
tree8c638798de8a094cc2177a1f4c1ecb3d5736ccdb
parent1bf072e3661eeef8d9721079a332e804b5678c7e
bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"

This is needed because  "git bisect--helper" must read bisect paths
in "$GIT_DIR/BISECT_NAMES", so that a bisection can be performed only
on commits that touches paths in this file.

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