From: Christian Couder Date: Thu, 26 Mar 2009 04:55:59 +0000 (+0100) Subject: bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES" X-Git-Tag: v1.6.3-rc0~7^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3b437b0dabfdff12d5dd78b9bb55a0be4e2da51c?hp=3b437b0dabfdff12d5dd78b9bb55a0be4e2da51c 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 Signed-off-by: Junio C Hamano ---