Skip to content

Commit 679d22d

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.5.2-167-g4bc70
1 parent 6fddfe5 commit 679d22d

File tree

157 files changed

+765
-368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+765
-368
lines changed

config.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ Common unit suffixes of 'k', 'm', or 'g' are supported.
259259
core.excludeFile::
260260
In addition to '.gitignore' (per-directory) and
261261
'.git/info/exclude', git looks into this file for patterns
262-
of files which are not meant to be tracked.
262+
of files which are not meant to be tracked. See
263+
gitlink:gitignore[5].
263264

264265
alias.*::
265266
Command aliases for the gitlink:git[1] command wrapper - e.g.
@@ -567,6 +568,15 @@ pack.compression::
567568
slowest. If not set, defaults to core.compression. If that is
568569
not set, defaults to -1.
569570

571+
pack.deltaCacheSize::
572+
The maxium memory in bytes used for caching deltas in
573+
gitlink:git-pack-objects[1].
574+
A value of 0 means no limit. Defaults to 0.
575+
576+
pack.deltaCacheLimit::
577+
The maxium size of a delta, that is cached in
578+
gitlink:git-pack-objects[1]. Defaults to 1000.
579+
570580
pull.octopus::
571581
The default merge strategy to use when pulling multiple branches
572582
at once.

core-tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ <h2>Bundling your work together</h2>
19681968
</div>
19691969
<div id="footer">
19701970
<div id="footer-text">
1971-
Last updated 26-Apr-2007 07:19:27 UTC
1971+
Last updated 02-Jun-2007 21:10:20 UTC
19721972
</div>
19731973
</div>
19741974
</body>

cvs-migration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ <h2>Alternative Development Models</h2>
416416
</div>
417417
<div id="footer">
418418
<div id="footer-text">
419-
Last updated 04-Apr-2007 18:34:42 UTC
419+
Last updated 02-Jun-2007 21:10:20 UTC
420420
</div>
421421
</div>
422422
</body>

diffcore.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ <h2>diffcore-order: For Sorting the Output Based on Filenames</h2>
541541
</div>
542542
<div id="footer">
543543
<div id="footer-text">
544-
Last updated 04-Apr-2007 18:34:43 UTC
544+
Last updated 02-Jun-2007 21:10:21 UTC
545545
</div>
546546
</div>
547547
</body>

everyday.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ <h3>Examples</h3>
10691069
</div>
10701070
<div id="footer">
10711071
<div id="footer-text">
1072-
Last updated 04-Apr-2007 18:34:46 UTC
1072+
Last updated 02-Jun-2007 21:10:22 UTC
10731073
</div>
10741074
</div>
10751075
</body>

git-add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ <h2>GIT</h2>
555555
</div>
556556
<div id="footer">
557557
<div id="footer-text">
558-
Last updated 18-May-2007 15:54:21 UTC
558+
Last updated 02-Jun-2007 21:09:21 UTC
559559
</div>
560560
</div>
561561
</body>

git-am.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ <h2>SYNOPSIS</h2>
276276
<div class="content"><em>git-am</em> [--signoff] [--dotest=&lt;dir&gt;] [--keep] [--utf8 | --no-utf8]
277277
[--3way] [--interactive] [--binary]
278278
[--whitespace=&lt;option&gt;] [-C&lt;n&gt;] [-p&lt;n&gt;]
279-
&lt;mbox&gt;|&lt;Maildir&gt;&#8230;</div></div>
280-
<p><em>git-am</em> [--skip | --resolved]</p>
279+
&lt;mbox&gt;|&lt;Maildir&gt;&#8230;
280+
<em>git-am</em> [--skip | --resolved]</div></div>
281281
</div>
282282
<h2>DESCRIPTION</h2>
283283
<div class="sectionbody">
@@ -510,7 +510,7 @@ <h2>GIT</h2>
510510
</div>
511511
<div id="footer">
512512
<div id="footer-text">
513-
Last updated 25-May-2007 05:01:02 UTC
513+
Last updated 02-Jun-2007 21:09:21 UTC
514514
</div>
515515
</div>
516516
</body>

git-am.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ SYNOPSIS
1313
[--3way] [--interactive] [--binary]
1414
[--whitespace=<option>] [-C<n>] [-p<n>]
1515
<mbox>|<Maildir>...
16-
1716
'git-am' [--skip | --resolved]
1817

1918
DESCRIPTION

git-annotate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ <h2>GIT</h2>
460460
</div>
461461
<div id="footer">
462462
<div id="footer-text">
463-
Last updated 27-Apr-2007 08:21:39 UTC
463+
Last updated 02-Jun-2007 21:09:22 UTC
464464
</div>
465465
</div>
466466
</body>

git-apply.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ <h2>GIT</h2>
584584
</div>
585585
<div id="footer">
586586
<div id="footer-text">
587-
Last updated 17-Apr-2007 08:27:40 UTC
587+
Last updated 02-Jun-2007 21:09:23 UTC
588588
</div>
589589
</div>
590590
</body>

0 commit comments

Comments
 (0)