@@ -621,7 +621,8 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
621621
622622 struct option options [] = {
623623 OPT_GROUP ("Generic options" ),
624- OPT__VERBOSE (& verbose ),
624+ OPT__VERBOSE (& verbose ,
625+ "show hash and subject, give twice for upstream branch" ),
625626 OPT_SET_INT ('t' , "track" , & track , "set up tracking mode (see git-pull(1))" ,
626627 BRANCH_TRACK_EXPLICIT ),
627628 OPT_SET_INT ( 0 , "set-upstream" , & track , "change upstream info" ,
@@ -651,7 +652,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
651652 OPT_BIT ('m' , NULL , & rename , "move/rename a branch and its reflog" , 1 ),
652653 OPT_BIT ('M' , NULL , & rename , "move/rename a branch, even if target exists" , 2 ),
653654 OPT_BOOLEAN ('l' , NULL , & reflog , "create the branch's reflog" ),
654- OPT_BOOLEAN ( 'f' , "force" , & force_create , "force creation (when already exists)" ),
655+ OPT__FORCE ( & force_create , "force creation (when already exists)" ),
655656 {
656657 OPTION_CALLBACK , 0 , "no-merged" , & merge_filter_ref ,
657658 "commit" , "print only not merged branches" ,
0 commit comments