commit | 0def5b6ed4ffbc2cced3206acd6359178f7b8c5d | [log] [tgz] |
---|---|---|
author | Bart Trojanowski <bart@jukie.net> | Fri Jan 08 19:54:39 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jan 12 13:18:27 2010 -0800 |
tree | 7ab98eb0e1fec90408c96e47eb0cf6e07e161ed7 | |
parent | c0eb604330e1288300d915f25868d1eed88d3038 [diff] |
hg-to-git: fix COMMITTER type-o 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>