diff options
author | SZEDER Gábor <szeder@ira.uka.de> | 2016-03-30 15:48:30 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-30 13:58:21 -0700 |
commit | 8b5a3e9828be45e2535686a8481557c032ab11c5 (patch) | |
tree | f7b2731651dac3bd851dfd131b413de7c394bfb2 /Documentation | |
parent | 4a71109aa442ba1a7045d36f6b148113c95ffc48 (diff) | |
download | git-8b5a3e9828be45e2535686a8481557c032ab11c5.tar.gz |
for-each-ref: fix description of '--contains' in manpagekn/for-each-tag-branch
'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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-for-each-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index e49d5782fc..576b079039 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 |