diff options
author | leot <leot@pkgsrc.org> | 2019-01-01 00:17:29 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-01-01 00:17:29 +0000 |
commit | 38b186656cd98bb14e7ee4240f7699c47171af77 (patch) | |
tree | 318c49f819857fcf99b8ffbde859a1574608b204 /net/hub/Makefile | |
parent | 3934580ea7fc9220dc4a963a942ce89712e6d003 (diff) | |
download | pkgsrc-38b186656cd98bb14e7ee4240f7699c47171af77.tar.gz |
hub: Update to 2.7.0
Changes:
2.7.0
-----
## 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>` 2a748a048d6903eca78332a484e63f8d647caf02
## 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
* Document how we scan git remotes and branch tracking information
https://hub.github.com/hub.1.html#CONVENTIONS
* Indicate that long-form CLI flags with values must use the equal sign like `--message=VALUE`
Diffstat (limited to 'net/hub/Makefile')
-rw-r--r-- | net/hub/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index d989c75c6ac..5fe2d0ab7fa 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/12/19 15:47:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.15 2019/01/01 00:17:29 leot Exp $ -DISTNAME= hub-2.6.1 -PKGREVISION= 1 +DISTNAME= hub-2.7.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} |