Skip to content

Commit 80f4cd8

Browse files
avargitster
authored andcommitted
tag: duplicate mention of --contains should mention --no-contains
Fix a duplicate mention of --contains in the SYNOPSIS to mention --no-contains. This fixes an error introduced in my commit ac3f5a3 ("ref-filter: add --no-contains option to tag/branch/for-each-ref", 2017-03-24). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7505769 commit 80f4cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-tag.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SYNOPSIS
1212
'git tag' [-a | -s | -u <keyid>] [-f] [-m <msg> | -F <file>]
1313
<tagname> [<commit> | <object>]
1414
'git tag' -d <tagname>...
15-
'git tag' [-n[<num>]] -l [--contains <commit>] [--contains <commit>]
15+
'git tag' [-n[<num>]] -l [--contains <commit>] [--no-contains <commit>]
1616
[--points-at <object>] [--column[=<options>] | --no-column]
1717
[--create-reflog] [--sort=<key>] [--format=<format>]
1818
[--[no-]merged [<commit>]] [<pattern>...]

0 commit comments

Comments
 (0)