Skip to content

hub 1.12.4

Compare
Choose a tag to compare
@mislav mislav released this 25 Dec 19:52
· 2536 commits to master since this release

This is one of the last maintenance releases of the Ruby implementation of hub. The master branch is now rewritten in Go, so for the latest & greatest (and improved speed!) please check out the v2.2 series.

  • Don't try to read existing hub token from GitHub API since that API feature is getting removed for security reasons. Instead, generate a new token each time including the current machine identifier.
  • Ruby 2.2.0 compatibility
  • Enable retrying entering 2FA code if previous one was invalid
  • Friendlier error messages when bad credentials were used
  • Encode special characters in branch names for compare command
  • Auto-private URLs in remote add when matching your own repos