Skip to content

Commit

Permalink
config.txt: move remotes.* to a separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
pclouds authored and gitster committed Oct 29, 2018
1 parent 99fce39 commit b720a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions Documentation/config/remotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
remotes.<group>::
The list of remotes which are fetched by "git remote update
<group>". See linkgit:git-remote[1].

0 comments on commit b720a9d

Please sign in to comment.