hub v2.12.0 Release Notes

Release Date: 2019-06-15 // almost 5 years ago
  • ๐Ÿ”‹ Features

    โž• Add hub api --paginate option to automatically fetch all pages of results

    โž• Add hub pr show [<number>] command to open a pull request in the browser

    โž• Add hub pull-request --no-maintainer-edits flag to disallow project maintainers being able to push to your branch

    Abort hub pull-request with a helpful error message if the current branch wasn't pushed to a git remote

    hub issue -M now accepts milestone names instead of just numbers

    ๐Ÿš€ Drop support for legacy hub.http-clone git config value (this was broken for a while and nobody complained, so I deemed it safe to drop in a minor rather than a major release)

    ๐Ÿ›  Fixes

    ๐Ÿ›  Fix querying git configuration when GIT_TRACE is used

    ๐Ÿ‘Œ Support detached HEAD if hub pull-request --head was passed

    ๐Ÿ›  Fix newline in hub create error message

    Ensure HTTP connection reuse across API calls