author | Christian Couder <chriscool@tuxfamily.org> | |
Thu, 26 Mar 2009 04:55:49 +0000 (05:55 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 5 Apr 2009 08:29:35 +0000 (01:29 -0700) | ||
commit | 951886481668b97485640a1b24fc73fccff0d629 | |
tree | 251e2f30932c15ad79c67c7bb06263e9b1f71417 | tree | snapshot |
parent | 5aaa507b067ca22324c34308cb56bcb64392a5db | commit | diff |
rev-list: call new "filter_skip" function
This patch implements a new "filter_skip" function in C in
"bisect.c" that will later replace the existing implementation in
shell in "git-bisect.sh".
An array is used to store the skipped commits. But the array is
not yet fed anything.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This patch implements a new "filter_skip" function in C in
"bisect.c" that will later replace the existing implementation in
shell in "git-bisect.sh".
An array is used to store the skipped commits. But the array is
not yet fed anything.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c | diff | blob | history | |
bisect.h | diff | blob | history | |
builtin-rev-list.c | diff | blob | history |