diff mbox series

[44/59] config.txt: move remotes.* to a separate file

Message ID 20181020123848.2785-45-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/config.txt         | 4 +---
 Documentation/remotes-config.txt | 3 +++
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/remotes-config.txt
diff mbox series

Patch

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 71844cf8e3..ec8b61e1ba 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -646,9 +646,7 @@  include::receive-config.txt[]
 
 include::remote-config.txt[]
 
-remotes.<group>::
-	The list of remotes which are fetched by "git remote update
-	<group>".  See linkgit:git-remote[1].
+include::remotes-config.txt[]
 
 repack.useDeltaBaseOffset::
 	By default, linkgit:git-repack[1] creates packs that use
diff --git a/Documentation/remotes-config.txt b/Documentation/remotes-config.txt
new file mode 100644
index 0000000000..4cfe03221e
--- /dev/null
+++ b/Documentation/remotes-config.txt
@@ -0,0 +1,3 @@ 
+remotes.<group>::
+	The list of remotes which are fetched by "git remote update
+	<group>".  See linkgit:git-remote[1].