-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Implement a git reword
command
#179
Comments
|
So I've not used Does it show give context for those commits? I'm wondering about the idea of having markers with commented out commit messages for the ones not being edited so people can doesn't have to keep relevant state in mind but can refer back to the other commits. |
It looks like the bulk commit editing is actually part of a feature to do commit editing inline with the rebase plan. You can get this view if you use
We might want to use more or less context than this. |
I'm curious, do you expect
Trying to decide if its worth making my own or if I can somehow install yours without the other parts (or just not run the other parts) |
I think it would be reasonable to make |
That sounds like a useful feature. 👍 I was thinking that even in the single-commit case, there should be support for dropping into the |
I wonder what the behavior should be for For the future implementor, |
Perhaps something like:
Personally, I could see myself using all of these. The last is the oddest, of course, but could be useful for something like |
For those playing along at home, Bulk edit mode is next up, but I'm going to try really hard to take a short break before digging into it. If you have any ideas or suggestions for that feature, please share them. FWIW, my current plan is to stick close to the format used by
|
Since we have support for a fairly functional |
As discussed in #48.
The text was updated successfully, but these errors were encountered: