Remove the 'reset.quiet' config option, remove '--no-quiet' documentation in
'Documentation/git-reset.txt'. In 4c3abd0551 (reset: add new reset.quiet
config setting, 2018-10-23), 'reset.quiet' was introduced as a way to
globally change the default behavior of 'git reset --mixed' to skip index
refresh.
However, now that '--quiet' does not affect index refresh, 'reset.quiet'
would only serve to globally silence logging. This was not the original
intention of the config setting, and there's no precedent for such a setting
in other commands with a '--quiet' option, so it appears to be obsolete.
In addition to the options & its documentation, remove 'reset.quiet' from
the recommended config for 'scalar'.
Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Victoria Dye committedMar 23, 2022 at 18:17 UTC2efc9b84e5e9ea063ecfb2f813cb56653a03c10a
deleted file mode 100644index 63b7c45aac..0000000000--- a/Documentation/config/reset.txt+++ /dev/null@@ -1,2 +0,0 @@-reset.quiet::- When set to true, 'git reset' will default to the '--quiet' option.
Documentation/git-reset.txt
+1-3
index bc1646c301..f4aca9dd35 100644--- a/Documentation/git-reset.txt+++ b/Documentation/git-reset.txt@@ -105,10 +105,7 @@ OPTIONS -q:: --quiet::---no-quiet::- Be quiet, only report errors. The default behavior is set by the- `reset.quiet` config option. `--quiet` and `--no-quiet` will- override the default behavior.+ Be quiet, only report errors. --refresh:: --no-refresh::