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