X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-branch.c;h=9f57992062314a3d8d168b5cfb6b3c6737605033;hb=511a3fc116799df5e3b2262f8f6e501ca73ba2fe;hp=1a03d5f356009de12364c320577e24853bec7959;hpb=4a224a9bbec4e7a1a4dcb7a91e663483dc477b78;p=git.git diff --git a/builtin-branch.c b/builtin-branch.c index 1a03d5f35..9f5799206 100644 --- a/builtin-branch.c +++ b/builtin-branch.c @@ -586,7 +586,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix) OPT_BIT('m', NULL, &rename, "move/rename a branch and its reflog", 1), OPT_BIT('M', NULL, &rename, "move/rename a branch, even if target exists", 2), OPT_BOOLEAN('l', NULL, &reflog, "create the branch's reflog"), - OPT_BOOLEAN('f', NULL, &force_create, "force creation (when already exists)"), + OPT_BOOLEAN('f', "force", &force_create, "force creation (when already exists)"), { OPTION_CALLBACK, 0, "no-merged", &merge_filter_ref, "commit", "print only not merged branches",