Releases: sociomantic-tsunami/git-hub
Releases · sociomantic-tsunami/git-hub
v0.4
- Use the tracking branch as default base branch for hub pull new/attach (#7)
- Improve pull rebase error recovery and usability (#4, #5, #6)
- Other minor bug fixes and usability improvements (#8, #9, #12, #13, #14)
- Debian package improvements (#10, #11)
- Add a README file providing a better introduction than the man page (#15)
v0.4rc3
v0.4rc2
v0.4rc1
- Add
--continue
,--skip
and--abort
topull rebase
! (aa74a48) - Add
--create-branch
option forpull new
/pull attach
(57d0db6) - Lots of improvements to usability: better output (ed2345a, 051d904),
improve error handling (7112aa8, cdd09df, 1bad245) and several new sanity
checks (58481d8, 3206559, bfa89d0, 7171757)
v0.3
- Rewrite the clone subcommand to also fork (90913a1, bc352e1).
See the man page for details on the new usage. - Add VIM ftdetect plugin to syntax highlight messages (f4ac52d)
To enable it:
sh mkdir -p ~/.vim/ftdetect ln -s /usr/share/vim/addons/ftdetect/githubmsg.vim ~/.vim/ftdetect/
- Add issue list
--created-by-me
and--assgined-to-me
(7c8f265) - Don't add a comment in
pull rebase
if is a fast-forward merge (0a5d27a)
and add the oldHEAD
hash to the comment when one is created (e78f701) - Add missing short option for issue list
--closed
(ba4dcea) - Improve man page and usage message (60209db, 1754cd7, d40ae9a, 6e0a6f2)
- Print full json objects in debug mode (56752eb)
- Support headless checkouts for
pull
subcommands (cfcbd6f) - Fix bash-completion install permissions (d45d5a2)
v0.2
- Fix
pull
subcommand aliases forissue
(a18c812) - Add completion of issue and pull request numbers (1e97144)
- Add a
clone
command (3e9934b) - Add colors to errors (f9ebca1)
- Authenticate using OAuth, adding new command
setup
to get the OAuth
token (71e9cbd, d10e1cc) - Make the amount of output configurable through
--verbose
(-v
) and--silent (
-s`) (03f6337, 0613521, 8d10941, 38fb590)