Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: suppress tracking message with "-q"
[gitweb.git]
/
builtin
/
checkout.c
diff --git
a/builtin/checkout.c
b/builtin/checkout.c
index a76aa2a6fd6ad076f4d10e4f5227d24b31c063ca..48f8b430f922c4f0d5c594bbebbc45d0c0646471 100644
(file)
--- a/
builtin/checkout.c
+++ b/
builtin/checkout.c
@@
-557,6
+557,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);