-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cannot stage changes #52
Comments
Hi, could you please checkout the branch dev/issue_52 and give me the error output? Please note that this branch won't fix your issue. Futhermore, what is your git version? Do you use non ascii characters in your filenames? Thanks for your report. |
Thanks for having a look at this. With the new branch the error looks like this (translated from German to English by me):
I'm trying this on my workstation at work and unfortunately my git version is pretty old: 1.7.1. The filename is 'bar', so no non-ascii charactars. Cheers, |
OK, I think your old git version is the problem. Actually, Let me check at which git version |
--patch is an alias of -p, and appeared on git 1.7.10. branch next should fix your problem. |
Now it works, thanks! |
Thank you for your responsiveness! |
I reopen it until it is merged in master |
Hi,
I installed Vimagit via bundle and made a small change to my test-repository (which I could share, if necessary.)
Then I ran ':Magit' and got a buffer showing staged and unstaged changes.
I moved the cursor to the line 'modified: bar' under 'unstaged changes and pressed 'S' to stage the changes.
All I got though was an error message saying
Where "Fehler beim Ausführen" means "Error executing" and "Zeile" means "line".
I'm using Vim version 7.4.629 on Linux.
Thanks,
Fabian.
The text was updated successfully, but these errors were encountered: