tag: grok "--with" as synonym to "--contains"
commitb0bc1365c29ea3328329ad45aba9e86cd7575af6
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Mar 2014 20:07:35 +0000 (7 12:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Mar 2014 20:52:02 +0000 (7 12:52 -0800)
tree98e9b443d73bb25eb89d6b58d04fd108c543a3cc
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac
tag: grok "--with" as synonym to "--contains"

Just like "git branch" can be told to list the branches that has the
named commit by "git branch --with <commit>", teach the same
short-hand to "git tag", so that "git tag --with <commit>" shows the
releases with the named commit.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/tag.c