From: Jeff King Date: Mon, 26 Mar 2012 23:51:01 +0000 (-0400) Subject: checkout: suppress tracking message with "-q" X-Git-Tag: v1.7.11-rc0~149^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f9a482e62b079cdf9e80889011b6f41f3c17f0c2?hp=f9a482e62b079cdf9e80889011b6f41f3c17f0c2 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 Signed-off-by: Junio C Hamano ---