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>
This commit is contained in:
Nguyễn Thái Ngọc Duy 2018-10-27 08:23:31 +02:00 committed by Junio C Hamano
parent 99fce39734
commit b720a9dbe5
2 changed files with 4 additions and 3 deletions

View 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

View file

@ -0,0 +1,3 @@
remotes.<group>::
The list of remotes which are fetched by "git remote update
<group>". See linkgit:git-remote[1].