summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1736855)
raw | patch | inline | side by side (parent: 1736855)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 23 Feb 2008 23:37:48 +0000 (15:37 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 23 Feb 2008 23:42:18 +0000 (15:42 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-checkout.c | patch | blob | history |
diff --git a/builtin-checkout.c b/builtin-checkout.c
index 5f176c6c38465393f22c0e50be76914ac0e90921..283831e8af93ede033bfe8eb27ae609e31638051 100644 (file)
--- a/builtin-checkout.c
+++ b/builtin-checkout.c
topts.update = 1;
topts.merge = 1;
topts.gently = opts->merge;
+ topts.verbose_update = !opts->quiet;
topts.fn = twoway_merge;
topts.dir = xcalloc(1, sizeof(*topts.dir));
topts.dir->show_ignored = 1;