config.txt: move reset.* to a separate file

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Nguyễn Thái Ngọc Duy committed Oct 27, 2018 at 08:23 UTC e344b8b4c3eb0abf23f8d7b495747ad73fb333f1
2 files changed +3 -2
Documentation/config.txt
+1 -2
@@ -401,8 +401,7 @@ include::config/repack.txt[]
401
402 include::config/rerere.txt[]
403
404 -reset.quiet::
405 - When set to true, 'git reset' will default to the '--quiet' option.
404 +include::config/reset.txt[]
405
406 include::sendemail-config.txt[]
407
Documentation/config/reset.txt new
+2
@@ -0,0 +1,2 @@
1 +reset.quiet::
2 + When set to true, 'git reset' will default to the '--quiet' option.