]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/checkout.c
builtin/checkout: learn -B
authorTay Ray Chuan <rctay89@gmail.com>
Wed, 23 Jun 2010 19:29:00 +0000 (03:29 +0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Jun 2010 17:39:58 +0000 (10:39 -0700)
commit02ac98374eefbe4a46d4b53a8a78057ad8ad39b7
treee19181e7176302cdce7f2176b306de927abf8f5b
parent4c6887516c60dbbe42390b17a379a85d66919082
builtin/checkout: learn -B

Internally, --track and --orphan still use the 'safe' -b, not -B.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt
builtin/checkout.c
t/t2018-checkout-branch.sh