Richard Menzies
Richard Menzies
This does work, but it doesn't keep it's commit selection prior to the change, it just goes to the top.
With this, should the character count in the reword input box be shown? e.g, if the user wants to know if the commit message length?
It's true for commit message, I'll set the show character count to true.
Updated to master.
This has nothing to do with #672? This is about rewording commits in the log tab, nothing to do with searching. Perhaps you meant to close #506? (Feel free, it...
With this, it allows for squashing commits, I can try implementing squash commits instead (built on this). Shouldn't be too difficult, just rebase and skip selected commits. Unless something else...
Waiting for #312. Much of the functionality of squashing commits and rewording commits is the same (both rebasing in different ways, squashing ignores x commits and then commits under a...
Done, I'm unsure the alt symbol is that clear, but should be fixable with #516 
`^c` is to exit GitUI, so I'd be worried the user could try to exit and instead commit whatever was in the textbox so right now I've changed it to...