author | Tom Grennan <tmgrennan@gmail.com> | |
Wed, 8 Feb 2012 23:03:43 +0000 (15:03 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 9 Feb 2012 03:59:41 +0000 (19:59 -0800) | ||
commit | ae7706b9ac98e3c412d799c910de604347ffce5d | |
tree | 849466f3fb04b57a2701081bc60c2b807a693005 | tree | snapshot |
parent | 828ea97de486c1693d6e4f2c7347acb50235a85d | commit | diff |
tag: add --points-at list option
This filters the list for tags of the given object.
Example,
john$ git tag v1.0-john v1.0
john$ git tag -l --points-at v1.0
v1.0-john
v1.0
Signed-off-by: Tom Grennan <tmgrennan@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This filters the list for tags of the given object.
Example,
john$ git tag v1.0-john v1.0
john$ git tag -l --points-at v1.0
v1.0-john
v1.0
Signed-off-by: Tom Grennan <tmgrennan@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-tag.txt | diff | blob | history | |
builtin/tag.c | diff | blob | history | |
t/t7004-tag.sh | diff | blob | history |