File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ of lines before or after the line given by <start>.
5252 When <rev> is not specified, the command annotates the
5353 changes starting backwards from the working tree copy.
5454 This flag makes the command pretend as if the working
55- tree copy has the contents of he named file (specify
55+ tree copy has the contents of the named file (specify
5656 `-` to make the command read from the standard input).
5757
5858-M|<num>|::
Original file line number Diff line number Diff line change @@ -766,6 +766,12 @@ pack.indexVersion::
766766 whenever the corresponding pack is larger than 2 GB. Otherwise
767767 the default is 1.
768768
769+ pack.packSizeLimit:
770+ The default maximum size of a pack. This setting only affects
771+ packing to a file, i.e. the git:// protocol is unaffected. It
772+ can be overridden by the `\--max-pack-size` option of
773+ linkgit:git-repack[1].
774+
769775pull.octopus::
770776 The default merge strategy to use when pulling multiple branches
771777 at once.
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ <h2>OPTIONS</h2>
390390 When <rev> is not specified, the command annotates the
391391 changes starting backwards from the working tree copy.
392392 This flag makes the command pretend as if the working
393- tree copy has the contents of he named file (specify
393+ tree copy has the contents of the named file (specify
394394 < tt > -</ tt > to make the command read from the standard input).
395395</ p >
396396</ dd >
@@ -454,7 +454,7 @@ <h2>GIT</h2>
454454</ div >
455455< div id ="footer ">
456456< div id ="footer-text ">
457- Last updated 07-Jan -2008 07:50:01 UTC
457+ Last updated 10-Feb -2008 10:47:41 UTC
458458</ div >
459459</ div >
460460</ body >
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ <h2>OPTIONS</h2>
408408 When <rev> is not specified, the command annotates the
409409 changes starting backwards from the working tree copy.
410410 This flag makes the command pretend as if the working
411- tree copy has the contents of he named file (specify
411+ tree copy has the contents of the named file (specify
412412 < tt > -</ tt > to make the command read from the standard input).
413413</ p >
414414</ dd >
@@ -686,7 +686,7 @@ <h2>GIT</h2>
686686</ div >
687687< div id ="footer ">
688688< div id ="footer-text ">
689- Last updated 07-Jan -2008 07:50:02 UTC
689+ Last updated 10-Feb -2008 10:47:41 UTC
690690</ div >
691691</ div >
692692</ body >
Original file line number Diff line number Diff line change @@ -1952,6 +1952,13 @@ <h3>Variables</h3>
19521952 the default is 1.
19531953</ p >
19541954</ dd >
1955+ </ dl >
1956+ < p > pack.packSizeLimit:
1957+ The default maximum size of a pack. This setting only affects
1958+ packing to a file, i.e. the git:// protocol is unaffected. It
1959+ can be overridden by the < tt > --max-pack-size</ tt > option of
1960+ < a href ="git-repack.html "> git-repack(1)</ a > .</ p >
1961+ < dl >
19551962< dt >
19561963pull.octopus
19571964</ dt >
@@ -2213,7 +2220,7 @@ <h2>GIT</h2>
22132220</ div >
22142221< div id ="footer ">
22152222< div id ="footer-text ">
2216- Last updated 30-Jan -2008 08:28:22 UTC
2223+ Last updated 10-Feb -2008 10:47:42 UTC
22172224</ div >
22182225</ div >
22192226</ body >
Original file line number Diff line number Diff line change @@ -397,7 +397,8 @@ <h2>OPTIONS</h2>
397397< p >
398398 Maximum size of each output packfile, expressed in MiB.
399399 If specified, multiple packfiles may be created.
400- The default is unlimited.
400+ The default is unlimited, unless the config variable
401+ < tt > pack.packSizeLimit</ tt > is set.
401402</ p >
402403</ dd >
403404< dt >
@@ -563,7 +564,7 @@ <h2>GIT</h2>
563564</ div >
564565< div id ="footer ">
565566< div id ="footer-text ">
566- Last updated 07-Jan -2008 07:50:35 UTC
567+ Last updated 10-Feb -2008 10:47:42 UTC
567568</ div >
568569</ div >
569570</ body >
Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ base-name::
9999--max-pack-size=<n>::
100100 Maximum size of each output packfile, expressed in MiB.
101101 If specified, multiple packfiles may be created.
102- The default is unlimited.
102+ The default is unlimited, unless the config variable
103+ `pack.packSizeLimit` is set.
103104
104105--incremental::
105106 This flag causes an object already in a pack ignored
You can’t perform that action at this time.
0 commit comments