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
Then vim loads up with the expected git message, and no diffs.
I'm beginning to think that this is an error stemming from my configuration, and an addition to the documentation could be all that's needed to get the script working for me.
In my testing around trying to get this error to work, it looks like the problem is around the diffall alias. I had been using the script at https://github.com/thenigan/git-diffall for my diffall alias.
What .gitconfig setup is needed to get this to work?
The text was updated successfully, but these errors were encountered:
When I try to
git commit
a file, using this script as git's editor, I get the following:Then vim loads up with the expected git message, and no diffs.
I'm beginning to think that this is an error stemming from my configuration, and an addition to the documentation could be all that's needed to get the script working for me.
In my testing around trying to get this error to work, it looks like the problem is around the
diffall
alias. I had been using the script at https://github.com/thenigan/git-diffall for mydiffall
alias.What
.gitconfig
setup is needed to get this to work?The text was updated successfully, but these errors were encountered: