Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-10-09 21:18:41 +0400
committerShawn O. Pearce <spearce@spearce.org>2008-10-09 21:18:41 +0400
commite4fff5ce65b80fed050be7c761466e16105a32c5 (patch)
tree3e4b0a91b40a5be5497bc8e6f66fc7b4b0949050 /Documentation
parent635536488c3efcf8495333b6a94e3e33c36fc055 (diff)
parentb35ddf41eeee1465c9c5a34357664d22b929b79a (diff)
Merge branch 'mg/verboseprune'
* mg/verboseprune: make prune report removed objects on -v
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-prune.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
index 54f1dab38d..da6055d4b8 100644
--- a/Documentation/git-prune.txt
+++ b/Documentation/git-prune.txt
@@ -8,7 +8,7 @@ git-prune - Prune all unreachable objects from the object database
SYNOPSIS
--------
-'git-prune' [-n] [--expire <expire>] [--] [<head>...]
+'git-prune' [-n] [-v] [--expire <expire>] [--] [<head>...]
DESCRIPTION
-----------
@@ -34,6 +34,9 @@ OPTIONS
Do not remove anything; just report what it would
remove.
+-v::
+ Report all removed objects.
+
\--::
Do not interpret any more arguments as options.