From f9a482e62b079cdf9e80889011b6f41f3c17f0c2 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Mon, 26 Mar 2012 19:51:01 -0400 Subject: 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 --- branch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'branch.h') diff --git a/branch.h b/branch.h index b99c5a369e..64173abf4d 100644 --- a/branch.h +++ b/branch.h @@ -14,7 +14,7 @@ */ void create_branch(const char *head, const char *name, const char *start_name, int force, int reflog, - int clobber_head, enum branch_track track); + int clobber_head, int quiet, enum branch_track track); /* * Validates that the requested branch may be created, returning the -- cgit v1.2.3