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 коммит произвёл Junio C Hamano
Родитель 99fce39734
Коммит b720a9dbe5
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

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