Fix "git-commit -C $tag"
commit8a2f87332b847edc7f8fc5f305889c863651ecb5
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Feb 2008 08:00:09 +0000 (3 00:00 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Feb 2008 08:56:35 +0000 (3 00:56 -0800)
tree3767d83a79e9fe57dd93ada61c05ea5a9548af73
parent71bda8b923ed1bde7b831c6597af5a80213f6768
Fix "git-commit -C $tag"

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>
builtin-commit.c
t/t7501-commit.sh