aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-prune-packed.txt
diff options
context:
space:
mode:
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-11-15 00:20:01 +0100
committerJunio C Hamano <junkio@cox.net>2005-11-14 17:15:32 -0800
commit2db0bfbc04478d9fb42f58ff50ad4123a2a9ddde (patch)
tree567bfa75ebd1aee82365e6ec8eb6f5d693cb4d3a /Documentation/git-prune-packed.txt
parentb2309b70197f9067cb32a620465a9b3477d8f0c3 (diff)
downloadgit-2db0bfbc04478d9fb42f58ff50ad4123a2a9ddde.tar.gz
Document a couple of missing command-line options.
This patch adds documentation to quite a few command-line options. Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-prune-packed.txt')
-rw-r--r--Documentation/git-prune-packed.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt
index 28a1500d39..8d96a91b41 100644
--- a/Documentation/git-prune-packed.txt
+++ b/Documentation/git-prune-packed.txt
@@ -23,6 +23,12 @@ compression applied, stored in a single file, with an associated index file.
Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc.
+OPTIONS
+-------
+-n::
+ Don't actually remove any objects, only show those that would have been
+ removed.
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>