]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.txt: move clean.* to a separate file
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 27 Oct 2018 06:22:45 +0000 (08:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Oct 2018 01:17:00 +0000 (10:17 +0900)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/config/clean.txt [new file with mode: 0644]

index a473ddc3c308fe39427ea4707f2ff029f1bee20c..b5efac8cc57eeaa32042f38fd73600b926583fa8 100644 (file)
@@ -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
diff --git a/Documentation/config/clean.txt b/Documentation/config/clean.txt
new file mode 100644 (file)
index 0000000..a807c92
--- /dev/null
@@ -0,0 +1,3 @@
+clean.requireForce::
+       A boolean to make git-clean do nothing unless given -f,
+       -i or -n.   Defaults to true.