Autogenerated man pages for v1.2.2-g50319
[git.git] / man1 / git-repack.1
index 615246c..80c006e 100755 (executable)
@@ -23,7 +23,7 @@ git-repack \- Script used to pack a repository from a collection of objects into
 .SH "SYNOPSIS"
 
 
-git\-repack [\-a] [\-d] [\-l] [\-n]
+\fIgit\-repack\fR [\-a] [\-d] [\-f] [\-l] [\-n] [\-q]
 
 .SH "DESCRIPTION"
 
@@ -40,7 +40,7 @@ Packs are used to reduce the load on mirror systems, backup engines, disk storag
 
 .TP
 \-a
-Instead of incrementally packing the unpacked objects, pack everything available into a single pack\&. Especially useful when packing a repository that is used for a private development and there no need to worry about people fetching via dumb protocols from it\&. Use with \-d\&.
+Instead of incrementally packing the unpacked objects, pack everything available into a single pack\&. Especially useful when packing a repository that is used for a private development and there no need to worry about people fetching via dumb protocols from it\&. Use with \fI\-d\fR\&.
 
 .TP
 \-d
@@ -51,6 +51,14 @@ After packing, if the newly created packs make some existing packs redundant, re
 Pass the \-\-local option to git pack\-objects, see \fBgit\-pack\-objects\fR(1)\&.
 
 .TP
+\-f
+Pass the \-\-no\-reuse\-delta option to git pack\-objects, see \fBgit\-pack\-objects\fR(1)\&.
+
+.TP
+\-q
+Pass the \-q option to git pack\-objects, see \fBgit\-pack\-objects\fR(1)\&.
+
+.TP
 \-n
 Do not update the server information with git update\-server\-info\&.