Skip to content

Commit 8b5a3e9

Browse files
szedergitster
authored andcommitted
for-each-ref: fix description of '--contains' in manpage
'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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4a71109 commit 8b5a3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-for-each-ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ OPTIONS
7676
specified commit (HEAD if not specified).
7777

7878
--contains [<object>]::
79-
Only list tags which contain the specified commit (HEAD if not
79+
Only list refs which contain the specified commit (HEAD if not
8080
specified).
8181

8282
FIELD NAMES

0 commit comments

Comments
 (0)