diff options
author | Tom Grennan <tmgrennan@gmail.com> | 2012-02-08 15:03:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-08 19:59:41 -0800 |
commit | ae7706b9ac98e3c412d799c910de604347ffce5d (patch) | |
tree | 849466f3fb04b57a2701081bc60c2b807a693005 /Documentation/git-branch.txt | |
parent | Git 1.7.9 (diff) | |
download | tgif-ae7706b9ac98e3c412d799c910de604347ffce5d.tar.xz |
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>
Diffstat (limited to 'Documentation/git-branch.txt')
0 files changed, 0 insertions, 0 deletions