Re: [PATCH] for-each-ref: fix description of '--contains' in manpage

2016-03-30 Thread Junio C Hamano
SZEDER Gábor 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 > --- 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.

[PATCH] for-each-ref: fix description of '--contains' in manpage

2016-03-30 Thread 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 --- 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-e