1
0
mirror of https://github.com/git/git.git synced 2024-10-21 06:59:20 +02:00

Merge branch 'nd/tag-doc'

* nd/tag-doc:
  git-tag.txt: <commit> for --contains is optional
This commit is contained in:
Junio C Hamano 2014-02-07 11:55:06 -08:00
commit 53c2a5980e

@ -103,8 +103,9 @@ OPTIONS
+
This option is only applicable when listing tags without annotation lines.
--contains <commit>::
Only list tags which contain the specified commit.
--contains [<commit>]::
Only list tags which contain the specified commit (HEAD if not
specified).
--points-at <object>::
Only list tags of the given object.