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 was archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
Comment lines are included in the commit message upon commit when your
~/.gitmessagefile contains commented lines.Steps to Reproduce
~/.gitmessagefile that contains two blank lines followed by two lines starting with a#charactertouch testfrom the command-line inside a Git repositorytestfile in the Unstaged Changes panelfooin the first line of the Git commit message boxgit log -1Expected behavior:
The commit comment text to consist only of
fooActual behavior:
The commit comment contains
foo, the blank line, and the two following commented linesReproduces how often:
100%
Versions
Additional Information
~/.gitmessagefile is symlinked to my dotfiles directory (though I hope that won't make a difference)