[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)
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>
No differences found