File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ git-prune - Prune all unreachable objects from the object database
9
9
SYNOPSIS
10
10
--------
11
11
[verse]
12
- 'git prune' [-n] [-v] [--expire <expire >] [--] [<head>...]
12
+ 'git prune' [-n] [-v] [--progress] [-- expire <time >] [--] [<head>...]
13
13
14
14
DESCRIPTION
15
15
-----------
@@ -42,12 +42,15 @@ OPTIONS
42
42
--verbose::
43
43
Report all removed objects.
44
44
45
- \-- ::
46
- Do not interpret any more arguments as options .
45
+ --progress ::
46
+ Show progress .
47
47
48
48
--expire <time>::
49
49
Only expire loose objects older than <time>.
50
50
51
+ \--::
52
+ Do not interpret any more arguments as options.
53
+
51
54
<head>...::
52
55
In addition to objects
53
56
reachable from any of our references, keep objects
Original file line number Diff line number Diff line change 8
8
#include "progress.h"
9
9
10
10
static const char * const prune_usage [] = {
11
- N_ ("git prune [-n] [-v] [--expire <time>] [--] [<head>...]" ),
11
+ N_ ("git prune [-n] [-v] [--progress] [-- expire <time>] [--] [<head>...]" ),
12
12
NULL
13
13
};
14
14
static int show_only ;
You can’t perform that action at this time.
0 commit comments