/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'maint'
[git/git.git]
/
builtin-checkout.c
diff --git
a/builtin-checkout.c
b/builtin-checkout.c
index
4497b70
..
9a0c173
100644
(file)
--- a/
builtin-checkout.c
+++ b/
builtin-checkout.c
@@
-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;