git-checkout: do not allow -f and -m at the same time.
commit897643cc79cb8c05694c98a4fb0560c78952db3e
authorJunio C Hamano <junkio@cox.net>
Wed, 15 Nov 2006 18:46:10 +0000 (15 10:46 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 15 Nov 2006 20:01:30 +0000 (15 12:01 -0800)
treedf3ccf2478f9fb01cf8c5acae27e4a79b3e0f0a5
parent0a3881d4cfee5c4ee3991a1b14a10333355958f1
git-checkout: do not allow -f and -m at the same time.

Instead of silently ignoring one over the other, complain on
this incompatible combination.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-checkout.sh