We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had been using notepad as my editor without any problem, but after upgrading to 2.5.3, I get an error after saving a commit message:
fmt: invalid width: '' error: There was a problem with the editor 'notepad'. Please supply the message using either -m or -F option.
Calling git config --global format.commitMessageColumns 80 caused the error to go away
git config --global format.commitMessageColumns 80
The text was updated successfully, but these errors were encountered:
Oops. Thanks for the report!
Sorry, something went wrong.
git-for-windows/build-extra@6edeb41
Merge pull request git-for-windows#430 from vdye/sparse-index/clean
7db06bd
Sparse index: integrate with `clean` and `stash -u`
94a36ad
dscho
No branches or pull requests
I had been using notepad as my editor without any problem, but after upgrading to 2.5.3, I get an error after saving a commit message:
Calling
git config --global format.commitMessageColumns 80
caused the error to go awayThe text was updated successfully, but these errors were encountered: