Merge branch 'jc/diff' into next
[git.git] / Documentation / git-repack.txt
index bd830ad..d2f9a44 100644 (file)
@@ -1,6 +1,5 @@
 git-repack(1)
 =============
 git-repack(1)
 =============
-v0.99.5, August 2005
 
 NAME
 ----
 
 NAME
 ----
@@ -10,7 +9,7 @@ objects into pack files.
 
 SYNOPSIS
 --------
 
 SYNOPSIS
 --------
-'git-repack' [-a] [-d]
+'git-repack' [-a] [-d] [-f] [-l] [-n] [-q]
 
 DESCRIPTION
 -----------
 
 DESCRIPTION
 -----------
@@ -40,6 +39,21 @@ OPTIONS
        After packing, if the newly created packs make some
        existing packs redundant, remove the redundant packs.
 
        After packing, if the newly created packs make some
        existing packs redundant, remove the redundant packs.
 
+-l::
+        Pass the `--local` option to `git pack-objects`, see
+        gitlink:git-pack-objects[1].
+
+-f::
+        Pass the `--no-reuse-delta` option to `git pack-objects`, see
+        gitlink:git-pack-objects[1].
+
+-q::
+        Pass the `-q` option to `git pack-objects`, see
+        gitlink:git-pack-objects[1].
+
+-n::
+        Do not update the server information with
+        `git update-server-info`.
 
 Author
 ------
 
 Author
 ------
@@ -49,7 +63,7 @@ Documentation
 --------------
 Documentation by Ryan Anderson <ryan@michonline.com>
 
 --------------
 Documentation by Ryan Anderson <ryan@michonline.com>
 
-See-Also
+See Also
 --------
 gitlink:git-pack-objects[1]
 gitlink:git-prune-packed[1]
 --------
 gitlink:git-pack-objects[1]
 gitlink:git-prune-packed[1]