aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-04-12 07:53:59 +0200
committerJunio C Hamano <gitster@pobox.com>2008-04-11 23:54:45 -0700
commite3389075c6160c46cf0e2a443deab1966628ed57 (patch)
tree6bde0483f777a8abcc86831997f661c599517adb /Documentation/git-tag.txt
parenta710522bfc9ae6e27ce4bea573d1d223af6a6f8e (diff)
downloadgit-e3389075c6160c46cf0e2a443deab1966628ed57.tar.gz
git-e3389075c6160c46cf0e2a443deab1966628ed57.tar.xz
bisect: fix bad rev checking in "git bisect good"
It seems that "git bisect good" and "git bisect skip" have never properly checked arguments that have been passed to them. As soon as one of them can be parsed as a SHA1, no error or warning would be given. This is because 'git rev-parse --revs-only --no-flags "$@"' always "exit 0" and outputs all the SHA1 it can found from parsing "$@". This patch fix this by using, for each "bisect good" argument, the same logic as for the "bisect bad" argument. While at it, this patch teaches "bisect bad" to give a meaningfull error message when it is passed more than one argument. Note that if "git bisect good" or "git bisect skip" is given some proper revs and then something that is not a proper rev, then the first proper revs will still have been marked as "good" or "skip". Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-tag.txt')
0 files changed, 0 insertions, 0 deletions