Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information