]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6030-bisect-porcelain.sh
bisect: fix "git bisect skip <commit>" and add tests cases
authorChristian Couder <chriscool@tuxfamily.org>
Tue, 2 Dec 2008 13:53:47 +0000 (14:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Dec 2008 23:29:12 +0000 (15:29 -0800)
commit1a66a489d09e7b8629fa7e4184c78703f4eed335
tree6a5a93e511e07990077661746dc76b3bb6c8f208
parentff3c0ff20e2c0b2c78d2c2da9ce4eb0739ff6ced
bisect: fix "git bisect skip <commit>" and add tests cases

The patch that allows "git bisect skip" to be passed a range of
commits using the "<commit1>..<commit2>" notation is flawed because
it introduces a regression when it was passed a simple rev or commit.

"git bisect skip <commit>" doesn't work any more, because <commit>
is quoted but not properly unquoted.

This patch fixes that and add tests cases to better check when it is
passed commits and range of commits.

While at it, this patch also properly quotes the non range arguments
using the "sq" function.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
git-bisect.sh
t/t6030-bisect-porcelain.sh