diff options
author | leot <leot@pkgsrc.org> | 2018-10-31 08:35:32 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-10-31 08:35:32 +0000 |
commit | ba2891c819595e9526bac47395200b65b1d69f7e (patch) | |
tree | 6bcba88a2a4a51a2632ad9c1417cb423ea4ae873 /net/hub/Makefile | |
parent | 3017184d449c41064c4efd973f1e969b70a0691b (diff) | |
download | pkgsrc-ba2891c819595e9526bac47395200b65b1d69f7e.tar.gz |
hub: Update net/hub to 2.6.0
Changes:
2.6.0
-----
Features
--------
- Use "scissors" line to delineate comments in editable messages instead of
stripping away lines that start with #. This helps preserve Markdown
headings in hub pull-request, hub release create, and similar commands
that open a text editor interactively.
Everything above the following line is kept in the message; everything
below is discarded:
# ------------------------ >8 ------------------------
- New command hub issue show <NUMBER>
- Add hub release show --format=<FORMAT> functionality
- hub pr list --format=%rs lists requested reviewers
- Add support for communicating with GitHub Enterprise over Unix socket
# ~/.config/hub
example.com:
user: USER
oauth_token: TOKEN
unix_socket: /path/to/socket
Fixes
-----
- Prevent hub create setting a public upstream when creating a private repo
- Fix hub create in place of a renamed repo
- Fix hub release create/edit/delete when there are multiple git remotes
- Auto-detect private/pushable repos in hub remote add
- Fix hub ci-status exit code when there is only Checks
- Allow hub compare <RANGE> even if not on any branch
- Ensure consistent sort direction when listing issues, PRs
- Match requested team names by slug instead of name in
hub pull-request -r <TEAM>
Diffstat (limited to 'net/hub/Makefile')
-rw-r--r-- | net/hub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index a8c6a57d5e9..f4b22658969 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/08/24 11:29:35 leot Exp $ +# $NetBSD: Makefile,v 1.11 2018/10/31 08:35:32 leot Exp $ -DISTNAME= hub-2.5.1 +DISTNAME= hub-2.6.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} |