[PATCH] Do not create bogus branch from flag to git branch
authorAmos Waterland <apw@rossby.metr.ou.edu>
Thu, 8 Sep 2005 02:13:26 +0000 (21:13 -0500)
committerJunio C Hamano <junkio@cox.net>
Thu, 8 Sep 2005 05:08:30 +0000 (22:08 -0700)
commita3b427b9fa1fdfd6d0c119d1f9db075ff92ffdf7
treee0027c4eb430e15a82af1646ee44c5f2fe851314
parentf0ebff0dfebc667e5edf6f67d190fd960513ab66
[PATCH] Do not create bogus branch from flag to git branch

If you run `git branch --help', you will unexpectedly have created a new
branch named "--help".  This simple patch adds logic and a usage
statement to catch this and similar problems, and adds a testcase for it.

Signed-off-by: Amos Waterland <apw@rossby.metr.ou.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-branch.sh
t/t3200-branch.sh [new file with mode: 0755]