Skip to content

hub 2.7.0

Compare
Choose a tag to compare
@mislav mislav released this 28 Dec 07:25
· 572 commits to master since this release

Features

  • Add support for hub pr list --state=merged

  • Add base/head/merge commit SHA and merged date information to hub pr list --format=FORMAT

  • Un-deprecate converting issues to pull requests with hub pull-request -i <issue>
    2a748a0

Fixes

  • Improve detecting default hub pull-request base branch name

  • Avoid the Aborted: the origin remote doesn't point to a GitHub repository error by allowing other git remotes as fallback

  • Improve hub create dealing with an existing "origin" remote

  • Fix 256-color terminal support for macOS Terminal.app

  • Don't choke on literal % output characters when using --format=FORMAT

  • Replace deprecated Dial with DialContext

Documentation