v0.10
·
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
Issues Fixed
- Fix multiple typos, spelling mistakes and other minor documentation improvements (#173, #172, #170, #162, #151, #165, #140, #138)
- Verbose cloning causes
UnicodeDecodeError
indebugf()
(#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 therebase
on branch deletion fail (#136)setup
: Feeding EOF to the prompted inputs causes a crash (#121)