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>
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
------