summaryrefslogtreecommitdiffstats
path: root/git-repack.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-02-22 10:44:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-02-22 10:44:55 +0000
commit7e9f6b7094a99335837f79e33c7723ff516dc53b (patch)
tree63562096a6b1da75e4f1058e5c5d52a0296f0c20 /git-repack.html
parentdb8c6ec4d67d54e932ff289f974e38a59a134702 (diff)
downloadgit-htmldocs-7e9f6b7094a99335837f79e33c7723ff516dc53b.tar.gz
Autogenerated HTML docs for v1.2.2-g50319
Diffstat (limited to 'git-repack.html')
-rw-r--r--git-repack.html24
1 files changed, 21 insertions, 3 deletions
diff --git a/git-repack.html b/git-repack.html
index 4066cb80a..1fada778c 100644
--- a/git-repack.html
+++ b/git-repack.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 7.0.1" />
+<meta name="generator" content="AsciiDoc 7.0.2" />
<style type="text/css">
/* Debug borders */
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -272,7 +272,7 @@ git-repack(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-repack</em> [-a] [-d] [-l] [-n]</p>
+<p><em>git-repack</em> [-a] [-d] [-f] [-l] [-n] [-q]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -319,6 +319,24 @@ engines, disk storage, etc.</p>
</p>
</dd>
<dt>
+-f
+</dt>
+<dd>
+<p>
+ Pass the <tt>--no-reuse-delta</tt> option to <tt>git pack-objects</tt>, see
+ <a href="git-pack-objects.html">git-pack-objects(1)</a>.
+</p>
+</dd>
+<dt>
+-q
+</dt>
+<dd>
+<p>
+ Pass the <tt>-q</tt> option to <tt>git pack-objects</tt>, see
+ <a href="git-pack-objects.html">git-pack-objects(1)</a>.
+</p>
+</dd>
+<dt>
-n
</dt>
<dd>
@@ -348,7 +366,7 @@ engines, disk storage, etc.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 27-Dec-2005 00:16:34 PDT
+Last updated 22-Feb-2006 10:44:48 UTC
</div>
</div>
</body>