summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-31 13:25:53 -0700
committerJunio C Hamano <gitster@pobox.com>2014-10-31 13:25:53 -0700
commitc14e6ad9a230ad90c84b7f620d87fbe49a2d0342 (patch)
tree120346dc383e3d1c4219fe8c533eb22cb6af2b55 /git-pack-objects.html
parent2a4bcbc355496c8d83b1b9f8892c4cbe8f584158 (diff)
downloadgit-htmldocs-c14e6ad9a230ad90c84b7f620d87fbe49a2d0342.tar.gz
Autogenerated HTML docs for v2.2.0-rc0
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html62
1 files changed, 30 insertions, 32 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 6b907373e..80c26d487 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.6" />
+<meta name="generator" content="AsciiDoc 8.6.9" />
<title>git-pack-objects(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -87,10 +87,16 @@ ul, ol, li > p {
ul > li { color: #aaa; }
ul > li > * { color: black; }
-pre {
+.monospaced, code, pre {
+ font-family: "Courier New", Courier, monospace;
+ font-size: inherit;
+ color: navy;
padding: 0;
margin: 0;
}
+pre {
+ white-space: pre-wrap;
+}
#author {
color: #527bbd;
@@ -219,7 +225,7 @@ div.exampleblock > div.content {
}
div.imageblock div.content { padding-left: 0; }
-span.image img { border-style: none; }
+span.image img { border-style: none; vertical-align: text-bottom; }
a.image:visited { color: white; }
dl {
@@ -349,7 +355,7 @@ div.colist td img {
margin-bottom: 0.1em;
}
-div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
margin-top: 0;
margin-bottom: 0;
}
@@ -407,18 +413,14 @@ span.underline { text-decoration: underline; }
span.overline { text-decoration: overline; }
span.line-through { text-decoration: line-through; }
+div.unbreakable { page-break-inside: avoid; }
+
/*
* xhtml11 specific
*
* */
-tt {
- font-family: monospace;
- font-size: inherit;
- color: navy;
-}
-
div.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
@@ -452,12 +454,6 @@ div.tableblock > table[frame="vsides"] {
*
* */
-.monospaced {
- font-family: monospace;
- font-size: inherit;
- color: navy;
-}
-
table.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
@@ -537,6 +533,8 @@ body.manpage div.sectionbody {
@media print {
body.manpage div#toc { display: none; }
}
+
+
</style>
<script type="text/javascript">
/*<![CDATA[*/
@@ -581,7 +579,7 @@ toc: function (toclevels) {
function tocEntries(el, toclevels) {
var result = new Array;
- var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
+ var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
// Function that scans the DOM tree for header elements (the DOM2
// nodeIterator API would be a better technique but not supported by all
// browsers).
@@ -610,7 +608,7 @@ toc: function (toclevels) {
var i;
for (i = 0; i < toc.childNodes.length; i++) {
var entry = toc.childNodes[i];
- if (entry.nodeName == 'div'
+ if (entry.nodeName.toLowerCase() == 'div'
&& entry.getAttribute("class")
&& entry.getAttribute("class").match(/^toclevel/))
tocEntriesToRemove.push(entry);
@@ -656,7 +654,7 @@ footnotes: function () {
var entriesToRemove = [];
for (i = 0; i < noteholder.childNodes.length; i++) {
var entry = noteholder.childNodes[i];
- if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote")
+ if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
entriesToRemove.push(entry);
}
for (i = 0; i < entriesToRemove.length; i++) {
@@ -817,10 +815,10 @@ base-name
<p>
Read the revision arguments from the standard input, instead of
individual object names. The revision arguments are processed
- the same way as <em>git rev-list</em> with the <tt>--objects</tt> flag
- uses its <tt>commit</tt> arguments to build the list of objects it
+ the same way as <em>git rev-list</em> with the <code>--objects</code> flag
+ uses its <code>commit</code> arguments to build the list of objects it
outputs. The objects on the resulting list are packed.
- Besides revisions, <tt>--not</tt> or <tt>--shallow &lt;SHA-1&gt;</tt> lines are
+ Besides revisions, <code>--not</code> or <code>--shallow &lt;SHA-1&gt;</code> lines are
also accepted.
</p>
</dd>
@@ -829,7 +827,7 @@ base-name
</dt>
<dd>
<p>
- This implies <tt>--revs</tt>. When processing the list of
+ This implies <code>--revs</code>. When processing the list of
revision arguments read from the standard input, limit
the objects packed to those that are not already packed.
</p>
@@ -839,9 +837,9 @@ base-name
</dt>
<dd>
<p>
- This implies <tt>--revs</tt>. In addition to the list of
+ This implies <code>--revs</code>. In addition to the list of
revision arguments read from the standard input, pretend
- as if all refs under <tt>refs/</tt> are specified to be
+ as if all refs under <code>refs/</code> are specified to be
included.
</p>
</dd>
@@ -880,14 +878,14 @@ base-name
</dt>
<dd>
<p>
- This option provides an additional limit on top of <tt>--window</tt>;
+ This option provides an additional limit on top of <code>--window</code>;
the window size will dynamically scale down so as to not take
up more than <em>&lt;n&gt;</em> bytes in memory. This is useful in
repositories with a mix of large and small objects to not run
out of memory with a large window, but still be able to take
advantage of the large window for the smaller objects. The
size can be suffixed with "k", "m", or "g".
- <tt>--window-memory=0</tt> makes memory usage unlimited, which is the
+ <code>--window-memory=0</code> makes memory usage unlimited, which is the
default.
</p>
</dd>
@@ -900,7 +898,7 @@ base-name
"k", "m", or "g". The minimum size allowed is limited to 1 MiB.
If specified, multiple packfiles may be created.
The default is unlimited, unless the config variable
- <tt>pack.packSizeLimit</tt> is set.
+ <code>pack.packSizeLimit</code> is set.
</p>
</dd>
<dt class="hdlist1">
@@ -1035,7 +1033,7 @@ base-name
</p>
<div class="paragraph"><p>Note: A thin pack violates the packed archive format by omitting
required objects and is thus unusable by Git without making it
-self-contained. Use <tt>git index-pack --fix-thin</tt>
+self-contained. Use <code>git index-pack --fix-thin</code>
(see <a href="git-index-pack.html">git-index-pack(1)</a>) to restore the self-contained property.</p></div>
</dd>
<dt class="hdlist1">
@@ -1053,10 +1051,10 @@ self-contained. Use <tt>git index-pack --fix-thin</tt>
length, this option typically shrinks the resulting
packfile by 3-5 per-cent.
</p>
-<div class="paragraph"><p>Note: Porcelain commands such as <tt>git gc</tt> (see <a href="git-gc.html">git-gc(1)</a>),
-<tt>git repack</tt> (see <a href="git-repack.html">git-repack(1)</a>) pass this option by default
+<div class="paragraph"><p>Note: Porcelain commands such as <code>git gc</code> (see <a href="git-gc.html">git-gc(1)</a>),
+<code>git repack</code> (see <a href="git-repack.html">git-repack(1)</a>) pass this option by default
in modern Git when they put objects in your repository into pack files.
-So does <tt>git bundle</tt> (see <a href="git-bundle.html">git-bundle(1)</a>) when it creates a bundle.</p></div>
+So does <code>git bundle</code> (see <a href="git-bundle.html">git-bundle(1)</a>) when it creates a bundle.</p></div>
</dd>
<dt class="hdlist1">
--threads=&lt;n&gt;