Signed-off-by: Steffen Daode Nurpmeso <sdaoden@xxxxxxxxx> --- builtin/checkout.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/builtin/checkout.c b/builtin/checkout.c index 4eaedff..6fb6d48 100644 --- a/builtin/checkout.c +++ b/builtin/checkout.c @@ -958,6 +958,7 @@ int cmd_checkout(int argc, const char **argv, const char *prefix) gitmodules_config(); git_config(git_checkout_config, &opts); + opts.quiet = !isatty(2); opts.track = BRANCH_TRACK_UNSPECIFIED; argc = parse_options(argc, argv, prefix, options, checkout_usage, -- 1.7.6.537.ga80e5.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html