Skip to content

hub 2.2.3

Compare
Choose a tag to compare
@mislav mislav released this 22 Jan 12:27
· 1435 commits to master since this release

馃悰 馃 馃悵

  • Fix hub browse opening current branch pushed to fork
  • Handle all sorts of weird git remote URLs:
    • git+ssh://github.com/... (scheme)
    • ssh://github.com:22/... (port number)
    • [email protected]:/... (colon+slash)
  • Handle git remotes that have been configured with invalid pushUrl
  • Avoid cross-platform issues around user.Current()
  • Prompt for credentials when running unauthenticated git init -g
  • Improve detecting when hub clone is referencing a local resource
  • Enable git fetch /path/to/my.bundle
  • Properly support -C git global flag
  • Fix crash in hub fork when there is no origin remote

馃摑 馃摐 馃敩

  • Have HUB_VERBOSE=1 mode also log externally run commands
  • Document that hub clone directory is optional
  • Clarify "Unknown Shell" Error Message in git alias
  • Have hub help hub open hub man page