Browse Source

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
Nguyễn Thái Ngọc Duy 6 years ago committed by Junio C Hamano
parent
commit
e344b8b4c3
  1. 3
      Documentation/config.txt
  2. 2
      Documentation/config/reset.txt

3
Documentation/config.txt

@ -401,8 +401,7 @@ include::config/repack.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[]


2
Documentation/config/reset.txt

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