2011/8/12 Fabrício Nascimento [off-list ref]:
Where git is the 1.7.6 that does not work, and git2 is the 1.7.4 that does
work.
[master 09-mapas] git config --get commit.template
template
[master 09-mapas] git2 config --get commit.template
template
Did you get this problem figured out? If not, run:
git config --unset commit.template
and then try making a commit as usual.
As for why one version works but the other does not, I'm not sure.