Skip to content

Releases: gocom/git-draft

0.3.0

02 Jan 19:29
Compare
Choose a tag to compare
  • 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).

0.2.0

15 Jan 13:15
Compare
Choose a tag to compare
  • 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 to GNU grep. This allows
    using grep command's built in word matching support, and speeds up searching
    commits by their message.

0.1.2

15 Dec 20:18
Compare
Choose a tag to compare
  • Handle cases where there is a different word delimiter character before and
    after the searched keyword in the commit message.

0.1.1

29 May 14:18
Compare
Choose a tag to compare
  • Repackaged 0.1.0.

0.1.0

29 May 14:20
Compare
Choose a tag to compare
  • Initial release.