diiq / atomatigit

Atom-ati-Git. Git intergration for Atom.io, in the style of Magit. UNMAINTAINED. SEEKING NEW MAINTAINER.
MIT License
151 stars 20 forks source link

git config core.commentChar is ignored #117

Open npassaro opened 8 years ago

npassaro commented 8 years ago

I have configured the config key core.commentChar to be ;, locally and globally (e.g. git config core.commentChar ";" --global). However, atomagit does not pick up the config.

When I try to commit the # continues to appear as the comment char in atom.

Command line emacs uses the git configured char (i.e ;)