Browse Source

config.txt: move clean.* 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
328e629c5c
  1. 4
      Documentation/config.txt
  2. 3
      Documentation/config/clean.txt

4
Documentation/config.txt

@ -307,9 +307,7 @@ include::config/browser.txt[] @@ -307,9 +307,7 @@ include::config/browser.txt[]

include::config/checkout.txt[]

clean.requireForce::
A boolean to make git-clean do nothing unless given -f,
-i or -n. Defaults to true.
include::config/clean.txt[]

color.advice::
A boolean to enable/disable color in hints (e.g. when a push

3
Documentation/config/clean.txt

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
clean.requireForce::
A boolean to make git-clean do nothing unless given -f,
-i or -n. Defaults to true.
Loading…
Cancel
Save