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>
This commit is contained in:
Nguyễn Thái Ngọc Duy 2018-10-27 08:23:34 +02:00 committed by Junio C Hamano
parent 72622c2486
commit e344b8b4c3
2 changed files with 3 additions and 2 deletions

View File

@ -401,8 +401,7 @@ include::config/repack.txt[]
include::config/rerere.txt[] include::config/rerere.txt[]
reset.quiet:: include::config/reset.txt[]
When set to true, 'git reset' will default to the '--quiet' option.
include::sendemail-config.txt[] include::sendemail-config.txt[]

View File

@ -0,0 +1,2 @@
reset.quiet::
When set to true, 'git reset' will default to the '--quiet' option.