File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ git-prune - Prune all unreachable objects from the object database
99SYNOPSIS
1010--------
1111[verse]
12- 'git prune' [-n] [-v] [--expire <expire >] [--] [<head>...]
12+ 'git prune' [-n] [-v] [--progress] [-- expire <time >] [--] [<head>...]
1313
1414DESCRIPTION
1515-----------
@@ -42,12 +42,15 @@ OPTIONS
4242--verbose::
4343 Report all removed objects.
4444
45- \-- ::
46- Do not interpret any more arguments as options .
45+ --progress ::
46+ Show progress .
4747
4848--expire <time>::
4949 Only expire loose objects older than <time>.
5050
51+ \--::
52+ Do not interpret any more arguments as options.
53+
5154<head>...::
5255 In addition to objects
5356 reachable from any of our references, keep objects
Original file line number Diff line number Diff line change 88#include "progress.h"
99
1010static const char * const prune_usage [] = {
11- N_ ("git prune [-n] [-v] [--expire <time>] [--] [<head>...]" ),
11+ N_ ("git prune [-n] [-v] [--progress] [-- expire <time>] [--] [<head>...]" ),
1212 NULL
1313};
1414static int show_only ;
You can’t perform that action at this time.
0 commit comments