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>
Nguyễn Thái Ngọc Duy committed
Oct 27, 2018 at 08:22 UTC
328e629c5c225f2b5c74514c63575cb6422822b7
2 files changed
+4
-3
Documentation/config.txt
+1
-3
@@ -307,9 +307,7 @@ include::config/browser.txt[]
307
308
include::config/checkout.txt[]
309
310
-clean.requireForce::
311
- A boolean to make git-clean do nothing unless given -f,
312
- -i or -n. Defaults to true.
310
+include::config/clean.txt[]
311
312
color.advice::
313
A boolean to enable/disable color in hints (e.g. when a push
Documentation/config/clean.txt
new
+3
@@ -0,0 +1,3 @@
1
+clean.requireForce::
2
+ A boolean to make git-clean do nothing unless given -f,
3
+ -i or -n. Defaults to true.