author | Christian Couder <chriscool@tuxfamily.org> | |
Thu, 26 Mar 2009 04:55:59 +0000 (05:55 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 5 Apr 2009 08:29:44 +0000 (01:29 -0700) | ||
commit | 3b437b0dabfdff12d5dd78b9bb55a0be4e2da51c | |
tree | 8c638798de8a094cc2177a1f4c1ecb3d5736ccdb | tree | snapshot |
parent | 1bf072e3661eeef8d9721079a332e804b5678c7e | commit | 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>
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 | diff | blob | history |