From: Nguyễn Thái Ngọc Duy Date: Sat, 27 Oct 2018 06:23:31 +0000 (+0200) Subject: config.txt: move remotes.* to a separate file X-Git-Tag: v2.20.0-rc0~59^2~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b720a9dbe5737450fed8513c133d8b70d068a6cf config.txt: move remotes.* to a separate file Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index b7aafdbf17..9aa849ce8b 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -395,9 +395,7 @@ include::config/receive.txt[] include::config/remote.txt[] -remotes.:: - The list of remotes which are fetched by "git remote update - ". 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 index 0000000000..4cfe03221e --- /dev/null +++ b/Documentation/config/remotes.txt @@ -0,0 +1,3 @@ +remotes.:: + The list of remotes which are fetched by "git remote update + ". See linkgit:git-remote[1].