Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ieot: default to not writing IEOT section
[gitweb.git]
/
builtin
/
branch.c
diff --git
a/builtin/branch.c
b/builtin/branch.c
index 236770303468050c60b109cda32fa13915e07656..0c55f7f065d6ceb34d27a165160192fabe9f22d1 100644
(file)
--- a/
builtin/branch.c
+++ b/
builtin/branch.c
@@
-716,8
+716,7
@@
int cmd_branch(int argc, const char **argv, const char *prefix)
print_columns(&output, colopts, NULL);
string_list_clear(&output, 0);
return 0;
- }
- else if (edit_description) {
+ } else if (edit_description) {
const char *branch_name;
struct strbuf branch_ref = STRBUF_INIT;