Skip to content
Version v0.10-rc1

New Features
============

* Pass `GIT_EDITOR` to `sh`
  (https://github.com/sociomantic/git-hub/pull/147)

* Allow cloning over HTTPS/git instead of SSH (and fix URL handling)
  (https://github.com/sociomantic/git-hub/issues/137,
  https://github.com/sociomantic/git-hub/issues/168,
  https://github.com/sociomantic/git-hub/pull/149)

Issues Fixed
============

* Fixes and improvements to the man page
  (https://github.com/sociomantic/git-hub/pull/172,
  https://github.com/sociomantic/git-hub/pull/170,
  https://github.com/sociomantic/git-hub/pull/151,
  https://github.com/sociomantic/git-hub/pull/140,
  https://github.com/sociomantic/git-hub/pull/138)

* Fix some unicode errors:
  (https://github.com/sociomantic/git-hub/pull/167,
  https://github.com/sociomantic/git-hub/pull/163)

* Fix config option `hub.forkrepo` that was ignored
  (https://github.com/sociomantic/git-hub/pull/157)

* Fix creating issue without labels
  (https://github.com/sociomantic/git-hub/pull/145)

* Fix crash when feeding EOF to the prompted inputs
  (https://github.com/sociomantic/git-hub/pull/121)

* Use HTTPS URLs where possible
  (https://github.com/sociomantic/git-hub/pull/146)

* Update the GitHub Flavored Markdown URL
  (https://github.com/sociomantic/git-hub/pull/165)

* Fix parsing URLs as repository locations when cloning
  (https://github.com/sociomantic/git-hub/pull/144)

* Fix crash on trivially incorrect usage of the `clone` command
  (https://github.com/sociomantic/git-hub/pull/160)

* Don't error and interrupt the rebase on branch deletion fail
  (https://github.com/sociomantic/git-hub/pull/136)

* Minor code cleanups
  (https://github.com/sociomantic/git-hub/pull/169,
  https://github.com/sociomantic/git-hub/issues/161)