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
Uh oh. It seems that the patch that got merged into `master` somehow
was not the patch that was tested, but instead a faulty one.
The problem was that `git config <key>` returns an error if the
key was not found and it made the code fail when no column wrapping
was configured (and besides, the test for the column wrapping was
inverted).
To prove that *this* commit is good, it was made using
git -c core.editor=notepad -c format.commitmessagecolumns=72
commit -s
This fixesgit-for-windows/git#517
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments