Version
but 0.19.10
Operating System
macOS
Distribution Method
dmg (Mac OS - Apple Silicon)
Describe the issue
I used git config --global core.commentChar ";" to set commentChar to ";".
I tried to commit with git - it worked.
I tried to commit with but - it showed me # as a commentChar instead of ;.
I tried something at least with but and wrote but config --global core.commentChar ";" - and of course I got error, because commentChar as a parameter isn't implemented
How to reproduce (Optional)
- Set another
commentChar - e. g. git config --global core.commentChar ";"
- Try to commit anything with
but
- Got comments with
#
Expected behavior (Optional)
- Set another
commentChar - e. g. git config --global core.commentChar ";"
- Try to commit anything with
but
- Get comments with
;
Version
but 0.19.10
Operating System
macOS
Distribution Method
dmg (Mac OS - Apple Silicon)
Describe the issue
I used
git config --global core.commentChar ";"to setcommentCharto";".I tried to commit with
git- it worked.I tried to commit with
but- it showed me#as acommentCharinstead of;.I tried something at least with
butand wrotebut config --global core.commentChar ";"- and of course I got error, becausecommentCharas a parameter isn't implementedHow to reproduce (Optional)
commentChar- e. g.git config --global core.commentChar ";"but#Expected behavior (Optional)
commentChar- e. g.git config --global core.commentChar ";"but;