Merge branch 'dl/branch-cleanup'
Code clean-up around "git branch" with a minor bugfix. * dl/branch-cleanup: branch: don't mix --edit-description t3200: test for specific errors t3200: rename "expected" to "expect"
This commit is contained in:
@ -693,7 +693,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
|
||||
list = 1;
|
||||
|
||||
if (!!delete + !!rename + !!copy + !!new_upstream + !!show_current +
|
||||
list + unset_upstream > 1)
|
||||
list + edit_description + unset_upstream > 1)
|
||||
usage_with_options(builtin_branch_usage, options);
|
||||
|
||||
if (filter.abbrev == -1)
|
||||
|
Reference in New Issue
Block a user