hg-to-git: fix COMMITTER type-o
authorBart Trojanowski <bart@jukie.net>
Sat, 9 Jan 2010 00:54:39 +0000 (19:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jan 2010 21:18:27 +0000 (13:18 -0800)
This script passes the author and committer to git-commit via environment
variables, but it was missing the seccond T of COMMITTER in a few places.

Signed-off-by: Bart Trojanowski <bart@jukie.net>
Acked-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found