diff mbox series

[61/78] config.txt: move reset.* to a separate file

Message ID 20181027062351.30446-62-pclouds@gmail.com (mailing list archive)
State New, archived
Headers show
Series nd/config-split reroll | expand

Commit Message

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

Patch

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 71bab1f3b8..a6ce22a6d9 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -401,8 +401,7 @@  include::config/repack.txt[]
 
 include::config/rerere.txt[]
 
-reset.quiet::
-	When set to true, 'git reset' will default to the '--quiet' option.
+include::config/reset.txt[]
 
 include::sendemail-config.txt[]
 
diff --git a/Documentation/config/reset.txt b/Documentation/config/reset.txt
new file mode 100644
index 0000000000..63b7c45aac
--- /dev/null
+++ b/Documentation/config/reset.txt
@@ -0,0 +1,2 @@ 
+reset.quiet::
+	When set to true, 'git reset' will default to the '--quiet' option.