You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.
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 ;)
The text was updated successfully, but these errors were encountered:
npassaro
changed the title
commentChar is ignored
git config core.commentChar is ignored
Mar 10, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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;
)The text was updated successfully, but these errors were encountered: