- Omit abort on conflict skipping, if no cherry-pick is in progress, expecting that the user has already resolved the conflict and continue from the next commit (closes #6).
- Ability to revert commits with
--revert
option. Instead of cherry-picking commits, matching commits are reverted from the current branch using revert commits. - Change from
git log
commands'--grep
option toGNU grep
. This allows usinggrep
command's built in word matching support, and speeds up searching commits by their message.
- Handle cases where there is a different word delimiter character before and after the searched keyword in the commit message.
- Repackaged 0.1.0.
- Initial release.