Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/pretty-commit-header-incomplete-line'
[gitweb.git]
/
builtin
/
checkout.c
diff --git
a/builtin/checkout.c
b/builtin/checkout.c
index c3647934c786b0da0caf3a9392428c95dcd60e1b..3ddda34f7a96c56707614dbaac40631467a2b54b 100644
(file)
--- a/
builtin/checkout.c
+++ b/
builtin/checkout.c
@@
-543,6
+543,7
@@
static void update_refs_for_switch(struct checkout_opts *opts,
opts->new_branch_force ? 1 : 0,
opts->new_branch_log,
opts->new_branch_force ? 1 : 0,
+ opts->quiet,
opts->track);
new->name = opts->new_branch;
setup_branch_path(new);