Fix "git-commit -C $tag"
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Feb 2008 08:00:09 +0000 (00:00 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Feb 2008 08:56:35 +0000 (00:56 -0800)
The scripted version might not have handled this correctly
either, but the version rewritten in C definitely does not grok
this and complains $tag is not a commit object.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found