Merge branch 'rd/man-prune-progress'
Doc update. * rd/man-prune-progress: prune: add "--progress" to man page and usage msg
This commit is contained in:
commit
c3d2d34fbf
@ -9,7 +9,7 @@ git-prune - Prune all unreachable objects from the object database
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git prune' [-n] [-v] [--expire <expire>] [--] [<head>...]
|
'git prune' [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
@ -42,12 +42,15 @@ OPTIONS
|
|||||||
--verbose::
|
--verbose::
|
||||||
Report all removed objects.
|
Report all removed objects.
|
||||||
|
|
||||||
\--::
|
--progress::
|
||||||
Do not interpret any more arguments as options.
|
Show progress.
|
||||||
|
|
||||||
--expire <time>::
|
--expire <time>::
|
||||||
Only expire loose objects older than <time>.
|
Only expire loose objects older than <time>.
|
||||||
|
|
||||||
|
\--::
|
||||||
|
Do not interpret any more arguments as options.
|
||||||
|
|
||||||
<head>...::
|
<head>...::
|
||||||
In addition to objects
|
In addition to objects
|
||||||
reachable from any of our references, keep objects
|
reachable from any of our references, keep objects
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
|
|
||||||
static const char * const prune_usage[] = {
|
static const char * const prune_usage[] = {
|
||||||
N_("git prune [-n] [-v] [--expire <time>] [--] [<head>...]"),
|
N_("git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
static int show_only;
|
static int show_only;
|
||||||
|
Loading…
Reference in New Issue
Block a user