From: Nguyễn Thái Ngọc Duy Date: Sat, 27 Oct 2018 06:23:34 +0000 (+0200) Subject: config.txt: move reset.* to a separate file X-Git-Tag: v2.20.0-rc0~59^2~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e344b8b4c3eb0abf23f8d7b495747ad73fb333f1?ds=inline config.txt: move reset.* to a separate file Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 71bab1f3b8..a6ce22a6d9 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -401,8 +401,7 @@ include::config/repack.txt[] include::config/rerere.txt[] -reset.quiet:: - When set to true, 'git reset' will default to the '--quiet' option. +include::config/reset.txt[] include::sendemail-config.txt[] diff --git a/Documentation/config/reset.txt b/Documentation/config/reset.txt new file mode 100644 index 0000000000..63b7c45aac --- /dev/null +++ b/Documentation/config/reset.txt @@ -0,0 +1,2 @@ +reset.quiet:: + When set to true, 'git reset' will default to the '--quiet' option.