Skip to content

1.3.0

Choose a tag to compare

@zombiezen zombiezen released this 03 Mar 23:15
· 36 commits to main since this release

Version 1.3 improves the behavior of the pull command on repositories with lots of branches.

Added

  • pull now accepts a --pattern flag.

Changed

  • If multiple --pattern flags are given to branch, the union of the patterns will be used instead of just the last one.

Fixed

  • pull no longer will attempt to delete a currently checked-out branch.
  • pull will no longer stop on the first failing branch mutation after a successful fetch.