Skip to content

v0.1.2 - Bugfix release

Compare
Choose a tag to compare
@episource episource released this 18 Dec 13:37
· 34 commits to master since this release

This is a bugfix release. No new features have been added.

See README for a description of the project.

Changes since v0.1.1

  • Accept qualified (remote) branch names (that is
    'remotes/origin/branch' instead of 'origin/branch').
  • v0.1.1 introduced a bug, that resulted in push-merges not being
    considered when calculating the merge base (more precise: they have
    been considered only if "my-prefix" was equal to "their-prefix"). This
    issue is now resolved.
  • When parsing their branch's history, the order of the marker arguments
    is not relevant any more. This might improve forward compatibility.

See CHANGELOG for other changes.