commit | 3b437b0dabfdff12d5dd78b9bb55a0be4e2da51c | [log] [tgz] |
---|---|---|
author | Christian Couder <chriscool@tuxfamily.org> | Thu Mar 26 05:55:59 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Apr 05 01:29:44 2009 -0700 |
tree | 8c638798de8a094cc2177a1f4c1ecb3d5736ccdb | |
parent | 1bf072e3661eeef8d9721079a332e804b5678c7e [diff] |
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>