Skip to content

Commit 0d86bbd

Browse files
committed
Merge branch 'ab/ref-filter-no-contains' into maint
Doc update to a recent topic. * ab/ref-filter-no-contains: tag: duplicate mention of --contains should mention --no-contains
2 parents b8a4652 + 80f4cd8 commit 0d86bbd

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)