Skip to content

Releases: sociomantic-tsunami/git-hub

v0.4

03 Sep 15:16
Compare
Choose a tag to compare
  • 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

08 Aug 11:58
Compare
Choose a tag to compare
v0.4rc3 Pre-release
Pre-release
  • Fix some man page formatting (faa0b3c, ad70540)
  • Improve git error reporting (cd2c1b9)
  • Add --force options for pull new, attach and rebase (37db13f)

v0.4rc2

05 Aug 14:12
Compare
Choose a tag to compare
v0.4rc2 Pre-release
Pre-release
  • Improve stashed changes detection for pull rebase (a5e556b)
  • Allow aborting a pull rebase under more circumstances (84fcb10)

v0.4rc1

05 Aug 14:09
Compare
Choose a tag to compare
v0.4rc1 Pre-release
Pre-release

v0.3

05 Aug 14:06
Compare
Choose a tag to compare
  • 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 old HEAD 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

05 Aug 14:04
Compare
Choose a tag to compare
  • Fix pull subcommand aliases for issue (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)