summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e34c99)
raw | patch | inline | side by side (parent: 5e34c99)
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | |
Thu, 8 Dec 2005 23:28:05 +0000 (00:28 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Dec 2005 23:50:15 +0000 (15:50 -0800) |
This adds documentation for the -l and -n options to git-repack.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-repack.txt | patch | blob | history |
index 0c1ae49ed7b61a34af62c3e29f84207a5a3c3082..9060fe889724182e5478df72a8b9331f7411601c 100644 (file)
SYNOPSIS
--------
-'git-repack' [-a] [-d]
+'git-repack' [-a] [-d] [-l] [-n]
DESCRIPTION
-----------
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].
+
+-n::
+ Do not update the server information with
+ `git update-server-info`.
Author
------