name-rev --stdin: handle tags, too
commit62025cd01a26f55f71d040412b64219337310d67
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 30 Dec 2008 17:08:27 +0000 (30 18:08 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 7 Feb 2010 17:55:11 +0000 (7 18:55 +0100)
treec6a178723f8ea449aae423e2ad51574755330b9a
parent4b78c7ff7899b0f16637c187acfbb435a0a9178a
name-rev --stdin: handle tags, too

In stream mode, name-rev used to ignore tags.  But tags pointing to
commits are easy to handle: just substitute the tag objects by the
commit objects they are pointing to.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
builtin-name-rev.c