cherry-pick: picking a tag that resolves to a commit is OK
commit7c0b0d8deae040969d78eb141d899e225f1577e6
authorJunio C Hamano <gitster@pobox.com>
Thu, 9 May 2013 20:27:49 +0000 (9 13:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 May 2013 20:29:53 +0000 (9 13:29 -0700)
tree748a3e43c12c51eb75ec676f00d50ccf8f25ff81
parent21246dbb9e0af278bc671e32e45a6cae4ad38b6f
cherry-pick: picking a tag that resolves to a commit is OK

Earlier, 21246dbb9e0a (cherry-pick: make sure all input objects are
commits, 2013-04-11) tried to catch an unlikely "git cherry-pick $blob"
as an error, but broke a more important use case to cherry-pick a
tag that points at a commit.

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