summaryrefslogtreecommitdiff
path: root/t/t9110-git-svn-use-svm-props.sh
diff options
context:
space:
mode:
authorLibravatar Christian Couder <chriscool@tuxfamily.org>2008-11-23 22:02:49 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-11-25 21:51:05 -0800
commitee2314f59a4eb8451008d4468fd96bb4e40763dc (patch)
tree2df7192ecd2350fdd83d107d7f671bc042974489 /t/t9110-git-svn-use-svm-props.sh
parentMerge branch 'maint' (diff)
downloadtgif-ee2314f59a4eb8451008d4468fd96bb4e40763dc.tar.xz
bisect: teach "skip" to accept special arguments like "A..B"
The current "git bisect skip" syntax is "git bisect skip [<rev>...]" so it's already possible to skip a range of revisions using something like: $ git bisect skip $(git rev-list A..B) where A and B are the bounds of the range we want to skip. This patch teaches "git bisect skip" to accept: $ git bisect skip A..B as an abbreviation for the former command. This is done by checking each argument to see if it contains two dots one after the other ('..'), and by expending it using "git rev-list" if that is the case. Note that this patch will not make "git bisect skip" accept all that "git rev-list" accepts, as things like "^A B" for exemple will not work. But things like "A B..C D E F.. ..G H...I" should work as expected. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9110-git-svn-use-svm-props.sh')
0 files changed, 0 insertions, 0 deletions