diff options
| author | Junio C Hamano <gitster@pobox.com> | 2014-02-07 11:55:06 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2014-02-07 11:55:07 -0800 |
| commit | 53c2a5980ecd537a3cb76b748bac7760f7c96613 (patch) | |
| tree | def56d83cc54f266e4753678c07bec5f82606684 | |
| parent | Sync with 1.8.5.4 (diff) | |
| parent | git-tag.txt: <commit> for --contains is optional (diff) | |
| download | git-53c2a5980ecd537a3cb76b748bac7760f7c96613.tar.gz git-53c2a5980ecd537a3cb76b748bac7760f7c96613.zip | |
Merge branch 'nd/tag-doc'
* nd/tag-doc:
git-tag.txt: <commit> for --contains is optional
Diffstat (limited to '')
| -rw-r--r-- | Documentation/git-tag.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index c418c44d40..404257df9f 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -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. |
