Releases: mislav/hub
Release list
hub 2.14.2
hub 2.14.1
- Fixed
script/buildwhen running from within the downloaded hub tarball
hub 2.14.0
Features:
New command:
hub issue update#2432New command:
hub issue transfer#2363Support git flag
hub version --build-options#2440Refuse to follow HTTP 301/302 redirects for non-GET requests #2442
Fixes:
Fix
hub help <cmd>on Windows #2384Ensure that
grepcommand is being used in shell completions #2390Consult global
git config color.uisetting when--color=auto#2378
Improvements:
hub 2.13.0
New command:
hub gistAdd
git pr show --format=...flagAdd
hub api --obey-ratelimitflaghub help: support compressed man pagesAdd
hub release download --include=PATTERNflaghub help: Enablehub help --web <command>hub release: Retry attaching release assets on 5xx server errorshub pr checkoutfixes- handle case when the PR given matches the current branch
- avoid overriding existing branch merge config
hub release: Fail fast when attempting to attach unavailable filesHonor HTTPS_PROXY, NO_PROXY environment variables
Strip "co-authored-by" lines when populating PR body from git log
git compatibility: have
hub <cmd> --helpopen the man pagehub forkbash completion improvementshub prfish completion improvements
hub 2.12.8
hub compare: improve upstream branch detection & error messageshub compare: allow slash character in branch nameshub api: fix GraphQL requests made to Enterprise hostsDocs: clarify
--message,--file, and--editflags
hub 2.12.7
hub 2.12.6
hub 2.12.5
Correctly resolve
~/.ssh/confighostname aliases on WindowsAdded
hub prto fish completions scriptHave fish completions script wrap
gitif hub is aliased
hub 2.12.4
Bug fixes
Fix invocation of
hub --paginateConsistently expand all occurrences of
{owner}and{repo}inhub apiDocs: unlist
%NC/%Ncamong available fields inhub pr list --format
Enhancements
GitHub Actions compatibility: infer GITHUB_USER value from GITHUB_REPOSITORY if available
Handle TERM signal during password prompt in terminal
Use consistent quote style in
hub syncoutput
hub 2.12.3
Allow hub use within GitHub Actions by specifying GITHUB_USER #2149
Show friendlier error message when GITHUB_TOKEN is set, but fetching the current user fails