config.txt: move remotes.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nguyễn Thái Ngọc Duy committed
Oct 27, 2018 at 08:23 UTC
b720a9dbe5737450fed8513c133d8b70d068a6cf
2 files changed
+4
-3
Documentation/config.txt
+1
-3
@@ -395,9 +395,7 @@ include::config/receive.txt[]
395
396
include::config/remote.txt[]
397
398
-remotes.<group>::
399
- The list of remotes which are fetched by "git remote update
400
- <group>". See linkgit:git-remote[1].
398
+include::config/remotes.txt[]
399
400
repack.useDeltaBaseOffset::
401
By default, linkgit:git-repack[1] creates packs that use
Documentation/config/remotes.txt
new
+3
@@ -0,0 +1,3 @@
1
+remotes.<group>::
2
+ The list of remotes which are fetched by "git remote update
3
+ <group>". See linkgit:git-remote[1].