diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-10-27 08:23:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-29 10:17:03 +0900 |
commit | b720a9dbe5737450fed8513c133d8b70d068a6cf (patch) | |
tree | 18aaa3e20debd948d562e9d61d31060b93f9cf9c /Documentation/config.txt | |
parent | config.txt: move remote.* to a separate file (diff) | |
download | tgif-b720a9dbe5737450fed8513c133d8b70d068a6cf.tar.xz |
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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 1 insertions, 3 deletions
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.<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 |