-
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
Support for "git add -A" #114
Comments
That's something I am thinking since a while. I wonder what might be the default behavior and mapping. |
I believe most people dislike this behavior. So I'd suggest:
|
What do you mean by "An option to add all by default"? With which mapping? |
Maybe my use of words isn't correct VIM terminology, sorry :) But any of the 2 features (or both :)) is good for me. |
Just to be sure: you want that all files to be staged when you open magit buffer with autocmd User VimagitBufferInit call system(g:magit_git_cmd . " add -A " . magit#git#top_dir()) About the mapping, IMO there are two main behaviors here:
|
Good point about the untracked files. |
You can already add the |
Done, thanks again |
Great idea. For my personal workflow it would also be convenient if |
@fpnick hm, I'll see how to do that... I am not fan to add another |
Sure, it's a matter of taste... It's not crucial of course. |
Basically I'd like a way to stage everything by default, either through an option or key mapping.
The text was updated successfully, but these errors were encountered: