This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Prerequisites
Description
The commit button does not work when message begins with a hash (#).
For example:

Steps to Reproduce
- Open GIT panel
- Stage changes
- Enter commit message starting with hash (#)
- Try to press commit button
Expected behavior:
Commit is executed.
Actual behavior:
Commit button does not work, ie, cannot press it.
Reproduces how often:
Always.
Versions
atom 1.38.2
git 2.21.0
macOS Mojave 10.14.5
Additional Information
Similar issue on #962. Since that one is closed, I was not sure if I should comment there or open another one and could not find anything on how to proceed on this case. Please let me know otherwise!
The issue is mentioned to be fixed on #1500, although I still encounter the bug.
Also, I have set core.commentChar to % and cleanup to verbatim on git config but I still get the same bug on Atom.
Might be related to #2182.