-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
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
Git error (128) ! #36
Comments
more worrying seems like neogit autoremoves some files, disabling neogit fixed it. |
I should probably change the message if the status buffer is not open, because
@teto which files were removed? |
It's a file I had just renamed. Everytime I opened it with neovim it would get emptied with neogit. |
Could you please tell me the steps you took to encounter this issue? |
@TimUntersberger The errors should come from the renamed file. If git detects a rename, the output looks as follows:
We then naively put that into git commands:
I can also reproduce that file getting emptied, most likely due to those diff commands. They'd be interpreted as piping the output from the diff commands to |
Status parsing now correctly detects a rename and parses out the name and original name from the response. The original_name is later used to reassemble the display for the status buffer.
To get the correct diff on changes after a rename, the call must include the original file name.
Status parsing now correctly detects a rename and parses out the name and original name from the response. The original_name is later used to reassemble the display for the status buffer.
To get the correct diff on changes after a rename, the call must include the original file name.
I keep seeing
as notifications.
Not only that but pressing
$
does nothing.Is there a way to suppress these notifications ?
Btw I like your notification system and you may be interested in neovim/neovim#13843
The text was updated successfully, but these errors were encountered: