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>maint
parent
72622c2486
commit
e344b8b4c3
|
@ -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[]
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
reset.quiet::
|
||||
When set to true, 'git reset' will default to the '--quiet' option.
|
Loading…
Reference in New Issue