Code

Start 1.6.0.4 cycle
[git.git] / builtin-checkout.c
index 1ee23468ff27de8f8d35c15ce6b10ac11995c0f9..1deda927cdfcbcdcb751aca3338ac77ef0aad836 100644 (file)
@@ -328,7 +328,7 @@ static int merge_working_tree(struct checkout_opts *opts,
            commit_locked_index(lock_file))
                die("unable to write new index file");
 
-       if (!opts->force)
+       if (!opts->force && !opts->quiet)
                show_local_changes(&new->commit->object);
 
        return 0;