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