Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
---
Documentation/clean-config.txt | 3 +++
Documentation/config.txt | 4 +---
2 files changed, 4 insertions(+), 3 deletions(-)
create mode 100644 Documentation/clean-config.txt
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
--
2.19.1.647.g708186aaf9