Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
for-each-ref: fix description of '--contains' in manpage
author
SZEDER Gábor
<szeder@ira.uka.de>
Wed, 30 Mar 2016 13:48:30 +0000
(15:48 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 30 Mar 2016 20:58:21 +0000
(13:58 -0700)
'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>
Documentation/git-for-each-ref.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4a71109
)
diff --git
a/Documentation/git-for-each-ref.txt
b/Documentation/git-for-each-ref.txt
index e49d5782fc6f82289d0b71c720110b11e38cb8b0..576b079039114f09a23f7db0670a9846d443181d 100644
(file)
--- 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
tag
s which contain the specified commit (HEAD if not
+ Only list
ref
s which contain the specified commit (HEAD if not
specified).
FIELD NAMES