Skip to content

Commit 53c2a59

Browse files
committed
Merge branch 'nd/tag-doc'
* nd/tag-doc: git-tag.txt: <commit> for --contains is optional
2 parents 89ba81d + 81966ab commit 53c2a59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/git-tag.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ OPTIONS
103103
+
104104
This option is only applicable when listing tags without annotation lines.
105105

106-
--contains <commit>::
107-
Only list tags which contain the specified commit.
106+
--contains [<commit>]::
107+
Only list tags which contain the specified commit (HEAD if not
108+
specified).
108109

109110
--points-at <object>::
110111
Only list tags of the given object.

0 commit comments

Comments
 (0)