checkout: suppress tracking message with "-q"
[gitweb.git] / builtin / checkout.c
index a76aa2a6fd6ad076f4d10e4f5227d24b31c063ca..48f8b430f922c4f0d5c594bbebbc45d0c0646471 100644 (file)
@@ -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);