Browse Source

Merge branch 'nd/tag-doc'

* nd/tag-doc:
  git-tag.txt: <commit> for --contains is optional
maint
Junio C Hamano 11 years ago
parent
commit
53c2a5980e
  1. 5
      Documentation/git-tag.txt

5
Documentation/git-tag.txt

@ -103,8 +103,9 @@ OPTIONS @@ -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.

Loading…
Cancel
Save