Skip to content

v0.10

Compare
Choose a tag to compare
@leandro-lucarella-sociomantic leandro-lucarella-sociomantic released this 20 Feb 16:56
· 151 commits to v2.x.x since this release

Project Moving

The project home has moved to the new sociomantic-tsunami organization, a new home for all FLOSS Sociomantic projects. This is still a work in progress, and hopefully this new organization will start to grow very soon, and you'll get more information about the Sociomantic Tsunami Program in a near future.

All requests to the old location will be automatically redirected to this new location though, so things should continue working, but we strongly suggest to update your URLs.

You can check this guide to update Git URLs in your clones: https://help.github.com/articles/changing-a-remote-s-url/

Quick summary is:

git remote set-url <name> [email protected]:sociomantic-tsunami/git-hub.git

Also, if you are using git-hub, you probably want to do this too:

git config hub.upstream sociomantic-tsunami/git-hub

Now to the changes in this new version :)

New Features

  • Allow cloning over https instead of ssh (#149)
  • Pass GIT_EDITOR to sh (#147)

Issues Fixed

  • Fix multiple typos, spelling mistakes and other minor documentation improvements (#173, #172, #170, #162, #151, #165, #140, #138)
  • Verbose cloning causes UnicodeDecodeError in debugf() (#167)
  • non-ASCII comments cause UnicodeEncodeError (#163)
  • Error on trivially incorrect usage of clone command (#160)
  • Fix ignored config option hub.forkrepo (#157)
  • git hub clone https://github.com/foo/bar doesn't do the right thing (#137)
  • issue: Fix creating issue without labels (#145)
  • clone: Fix parsing URLs as repository locations (#144)
  • pull: Don't error and interrupt the rebase on branch deletion fail (#136)
  • setup: Feeding EOF to the prompted inputs causes a crash (#121)