config.txt: move remotes.* to a separate file
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 27 Oct 2018 06:23:31 +0000 (08:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Oct 2018 01:17:03 +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/remotes.txt [new file with mode: 0644]
index b7aafdbf175c158fd65b32d86956bb16c635ebad..9aa849ce8bc9a43142a46bffc23239b13e71f4e8 100644 (file)
@@ -395,9 +395,7 @@ include::config/receive.txt[]
 
 include::config/remote.txt[]
 
-remotes.<group>::
-       The list of remotes which are fetched by "git remote update
-       <group>".  See linkgit:git-remote[1].
+include::config/remotes.txt[]
 
 repack.useDeltaBaseOffset::
        By default, linkgit:git-repack[1] creates packs that use
diff --git a/Documentation/config/remotes.txt b/Documentation/config/remotes.txt
new file mode 100644 (file)
index 0000000..4cfe032
--- /dev/null
@@ -0,0 +1,3 @@
+remotes.<group>::
+       The list of remotes which are fetched by "git remote update
+       <group>".  See linkgit:git-remote[1].