diff mbox series

[11/59] config.txt: move clean.* to a separate file

Message ID 20181020123848.2785-12-pclouds@gmail.com (mailing list archive)
State New, archived
Headers show
Series Split config.txt | expand

Commit Message

Duy Nguyen Oct. 20, 2018, 12:38 p.m. UTC
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 Documentation/clean-config.txt | 3 +++
 Documentation/config.txt       | 4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/clean-config.txt
diff mbox series

Patch

diff --git a/Documentation/clean-config.txt b/Documentation/clean-config.txt
new file mode 100644
index 0000000000..a807c925b9
--- /dev/null
+++ b/Documentation/clean-config.txt
@@ -0,0 +1,3 @@ 
+clean.requireForce::
+	A boolean to make git-clean do nothing unless given -f,
+	-i or -n.   Defaults to true.
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 8d890cc22a..77acf785d1 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -307,9 +307,7 @@  include::browser-config.txt[]
 
 include::checkout-config.txt[]
 
-clean.requireForce::
-	A boolean to make git-clean do nothing unless given -f,
-	-i or -n.   Defaults to true.
+include::clean-config.txt[]
 
 color.advice::
 	A boolean to enable/disable color in hints (e.g. when a push