From: Junio C Hamano <gitster@pobox.com>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: Git Mailing list <git@vger.kernel.org>
Subject: Re: [PATCH] prune: add "--progress" to man page and usage msg
Date: Wed, 22 Nov 2017 12:29:52 +0900 [thread overview]
Message-ID: <xmqqd14bvvm7.fsf@gitster.mtv.corp.google.com> (raw)
In-Reply-To: <alpine.LFD.2.21.1711211048400.8726@DESKTOP-1GPMCEJ> (Robert P. J. Day's message of "Tue, 21 Nov 2017 10:51:52 -0500 (EST)")
"Robert P. J. Day" <rpjday@crashcourse.ca> writes:
> Add mention of git prune's "--progress" option to the SYNOPSIS and
> DESCRIPTION sections of the man page, and to the usage message of "git
> prune" itself.
>
> While we're here, move the explanation of "--" toward the end of the
> DESCRIPTION section, where it belongs.
Thanks, both changes make sense. Will queue.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
> index 7a493c80f..a37c0af93 100644
> --- a/Documentation/git-prune.txt
> +++ b/Documentation/git-prune.txt
> @@ -9,7 +9,7 @@ git-prune - Prune all unreachable objects from the object database
> SYNOPSIS
> --------
> [verse]
> -'git prune' [-n] [-v] [--expire <expire>] [--] [<head>...]
> +'git prune' [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]
>
> DESCRIPTION
> -----------
> @@ -42,12 +42,15 @@ OPTIONS
> --verbose::
> Report all removed objects.
>
> -\--::
> - Do not interpret any more arguments as options.
> +--progress::
> + Show progress.
>
> --expire <time>::
> Only expire loose objects older than <time>.
>
> +\--::
> + Do not interpret any more arguments as options.
> +
> <head>...::
> In addition to objects
> reachable from any of our references, keep objects
> diff --git a/builtin/prune.c b/builtin/prune.c
> index cddabf26a..d2fdae680 100644
> --- a/builtin/prune.c
> +++ b/builtin/prune.c
> @@ -8,7 +8,7 @@
> #include "progress.h"
>
> static const char * const prune_usage[] = {
> - N_("git prune [-n] [-v] [--expire <time>] [--] [<head>...]"),
> + N_("git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"),
> NULL
> };
> static int show_only;
prev parent reply other threads:[~2017-11-22 3:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-21 15:51 [PATCH] prune: add "--progress" to man page and usage msg Robert P. J. Day
2017-11-22 3:29 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: http://vger.kernel.org/majordomo-info.html
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqd14bvvm7.fsf@gitster.mtv.corp.google.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=rpjday@crashcourse.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).