Skip to content

Commit

Permalink
Merge branch 'nd/tag-doc'
Browse files Browse the repository at this point in the history
* nd/tag-doc:
  git-tag.txt: <commit> for --contains is optional
  • Loading branch information
Junio C Hamano committed Feb 7, 2014
2 parents 89ba81d + 81966ab commit 53c2a59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/git-tag.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53c2a59

Please sign in to comment.