Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/tag-doc'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 7 Feb 2014 19:55:06 +0000
(11:55 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 7 Feb 2014 19:55:07 +0000
(11:55 -0800)
* nd/tag-doc:
git-tag.txt: <commit> for --contains is optional
Documentation/git-tag.txt
patch
|
blob
|
history
raw
(from parent 1:
89ba81d
)
diff --git
a/Documentation/git-tag.txt
b/Documentation/git-tag.txt
index c418c44d40d1494d2f87d6ed45c229a56064f0b3..404257df9fcad2ac5428b0608341e0c6d1337384 100644
(file)
--- 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.