* [PATCH] for-each-ref: fix description of '--contains' in manpage
@ 2016-03-30 13:48 SZEDER Gábor
2016-03-30 20:59 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: SZEDER Gábor @ 2016-03-30 13:48 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Karthik Nayak, git, SZEDER Gábor
'git for-each-ref's manpage says that '--contains' only lists tags,
but it lists all kinds of refs.
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
---
Documentation/git-for-each-ref.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index 012e8f9a080d..c52578bb87cc 100644
--- a/Documentation/git-for-each-ref.txt
+++ b/Documentation/git-for-each-ref.txt
@@ -76,7 +76,7 @@ OPTIONS
specified commit (HEAD if not specified).
--contains [<object>]::
- Only list tags which contain the specified commit (HEAD if not
+ Only list refs which contain the specified commit (HEAD if not
specified).
FIELD NAMES
--
2.8.0.46.gb821760
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] for-each-ref: fix description of '--contains' in manpage
2016-03-30 13:48 [PATCH] for-each-ref: fix description of '--contains' in manpage SZEDER Gábor
@ 2016-03-30 20:59 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2016-03-30 20:59 UTC (permalink / raw)
To: SZEDER Gábor; +Cc: Karthik Nayak, git
SZEDER Gábor <szeder@ira.uka.de> writes:
> 'git for-each-ref's manpage says that '--contains' only lists tags,
> but it lists all kinds of refs.
>
> Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
> ---
Thanks; will apply on top of 4a71109a (for-each-ref: add
'--contains' option, 2015-07-07) so that we can eventually
include it in 2.7.x maintenance track.
> Documentation/git-for-each-ref.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
> index 012e8f9a080d..c52578bb87cc 100644
> --- a/Documentation/git-for-each-ref.txt
> +++ b/Documentation/git-for-each-ref.txt
> @@ -76,7 +76,7 @@ OPTIONS
> specified commit (HEAD if not specified).
>
> --contains [<object>]::
> - Only list tags which contain the specified commit (HEAD if not
> + Only list refs which contain the specified commit (HEAD if not
> specified).
>
> FIELD NAMES
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-30 20:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-30 13:48 [PATCH] for-each-ref: fix description of '--contains' in manpage SZEDER Gábor
2016-03-30 20:59 ` Junio C Hamano
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 NNTP newsgroup(s).