author | Junio C Hamano <gitster@pobox.com> | |
Sun, 3 Feb 2008 08:00:09 +0000 (00:00 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 3 Feb 2008 08:56:35 +0000 (00:56 -0800) | ||
commit | 8a2f87332b847edc7f8fc5f305889c863651ecb5 | |
tree | 3767d83a79e9fe57dd93ada61c05ea5a9548af73 | tree | snapshot |
parent | 71bda8b923ed1bde7b831c6597af5a80213f6768 | commit | diff |
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>
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 | diff | blob | history | |
t/t7501-commit.sh | diff | blob | history |