-
Notifications
You must be signed in to change notification settings - Fork 62
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 add -p" upon acceptance of a change with -review #134
Comments
Thanks for sharing your experience and workflow. I wasn't aware of this one and its valuable to know about! Should be straightforward so I'll see if I can add it in the next release :-) |
I'd like to contribute. Can I give it a try on this one? @rvantonder |
hi @diasbruno go for it! I haven't too deeply about it but I think the easiest is to add a new |
Great. I'll see what I can do. When the functionality is ready we can decide for the cli command. |
shouldn't need to do anything for CLI options, can just make it part of the review menu when |
hmmm... |
Totally misunderstood the Finally, I got sometime to implement this. sorry for taking so long. |
Hi, long time codemod user here.
One thing that has always annoyed me in the workflow of hunk-by-hunk interactively accepting changes, is that afterwards, I still have to add all the changes to the index using
git add -p
which is also interactive. (I could dogit add .
but i often have changes i don't want to commit)consider this a low-priority request, but it would be nice that whenever i interactively accept a change, it (and only that particular change i just agreed to apply) could also be added to the git index.
The text was updated successfully, but these errors were encountered: