commit | f9a482e62b079cdf9e80889011b6f41f3c17f0c2 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon Mar 26 19:51:01 2012 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Mar 26 21:32:43 2012 -0700 |
tree | 630f0ab7c658f53a0c72e9dfed39ebcdd1043cf7 | |
parent | 8ced9c90a28f6abc80dc5ad4cf7921c2322c0bb0 [diff] |
checkout: suppress tracking message with "-q" Like the "switched to..." message (which is already suppressed by "-q"), this message is purely informational. Let's silence it if the user asked us to be quiet. This patch is slightly more than a one-liner, because we have to teach create_branch to propagate the flag all the way down to install_branch_config. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>