-
Mon Apr 22 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.11.2-1
- Update to 2.11.2
- Avoid crash in hub remote argument parsing
- Fix `hub -C mydir merge <URL>` by propagating global git arguments to
Before/After chains
- Preserve tilde ~ character in man pages
-
Fri Mar 29 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.11.1-1
- Update to 2.11.1
- Fix compatibility with git when run with no arguments: hub --git-dir=.git
- Fix issue/PR --format %L output in no-color mode
- Create draft pull requests with hub pull-request --draft
- Fix non-draft pull requests for certain repositories
-
Thu Mar 28 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.10.1-1
- Update to 2.10.1
- Fix writing over existing cache files in hub api
- Allow repository names that start with a - character
- List api among custom hub commands in help
-
Thu Feb 28 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.10.0-2
- Install bash-completion into the correct path (BZ #1683866)
-
Mon Feb 25 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.10.0-1
- Update to 2.10.0
- Features
* New hub pr --format fields %pS and %pC for PR state and color
%pS: "open", "draft", "merged", or "closed"
%pC: green, gray, purple, or red
* Have commands with rich output respect the --color flag
default: --color=auto
--color is equivalent to --color=always
--color=never disables color for TTYs
- Fixes
* Make man pages parseable with whatis
* Make hub checkout work independently of remote refspec
-
Wed Feb 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.9.0-1
- Update to 2.9.0
- Features
* Add support for hub ci-status --format <FORMAT> string
* Add hub create --remote-name <REMOTE> flag
* Allow passing in a raw request body via hub api --input <FILE>
* Cache HTTP 4xx (except 403) server responses in hub api --cache
- Fixes
* Ensure consistent ordering of hub ci-status -v results
* Avoid crashing on invalid GitHub hostname
* Fix parsing empty string within command-line arguments
-
Mon Feb 11 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.4-1
- Update to 2.8.4
- Drop DWARF decompression patch
- Use Fedora compiler and linker flags
-
Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
Wed Jan 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.7.1-1
- Update to 2.7.1
- https://github.com/github/hub/releases/tag/v2.7.1
- https://github.com/github/hub/releases/tag/v2.7.0
-
Thu Nov 01 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.6.0-1
- Update to 2.6.0
- https://github.com/github/hub/releases/tag/v2.6.0
- Features
* Use "scissors" line to delineate comments in editable messages instead of
stripping away lines that start with #
* 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
- Fixes
* Prevent `hub create` setting a public upstream when creating a private 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>`