Skip to content

Commit

Permalink
config.txt: move fastimport.* 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 9155f6f commit f2e5824
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 1 addition & 8 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,7 @@ include::config/diff.txt[]

include::config/difftool.txt[]

fastimport.unpackLimit::
If the number of objects imported by linkgit:git-fast-import[1]
is below this limit, then the objects will be unpacked into
loose object files. However if the number of imported objects
equals or exceeds this limit then the pack will be stored as a
pack. Storing the pack from a fast-import can make the import
operation complete faster, especially on slow filesystems. If
not set, the value of `transfer.unpackLimit` is used instead.
include::config/fastimport.txt[]

include::fetch-config.txt[]

Expand Down
8 changes: 8 additions & 0 deletions Documentation/config/fastimport.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fastimport.unpackLimit::
If the number of objects imported by linkgit:git-fast-import[1]
is below this limit, then the objects will be unpacked into
loose object files. However if the number of imported objects
equals or exceeds this limit then the pack will be stored as a
pack. Storing the pack from a fast-import can make the import
operation complete faster, especially on slow filesystems. If
not set, the value of `transfer.unpackLimit` is used instead.

0 comments on commit f2e5824

Please sign in to comment.