Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.09 KB

HISTORY.md

File metadata and controls

47 lines (33 loc) · 1.09 KB

0.3.1 (2010-02-13)

  • Add hub remote origin shortcut. Assumes your GitHub login.

0.3.0 (2010-01-23)

  • Add hub browse command for opening a repo in a browser.
  • Add hub standalone for installation of standalone via RubyGems
  • Bugfix: Don't run hub standalone in standalone mode
  • Bugfix: git clone flags are now passed through.
  • Bugfix: git clone with url and path works.
  • Bugfix: basename call
  • Bugfix: Check for local directories before cloning

0.2.0 (2009-12-24)

  • Respected GIT_PAGER and core.pager
  • Aliased --help to help
  • Ruby 1.9 fixes
  • Respect git behavior when pager is empty string
  • git push multi-remote support
  • hub.http-clone configuration setting
  • Use the origin url to find the repo name

0.1.3 (2009-12-11)

  • Homebrew!
  • Fix inaccuracy in man page
  • Better help arrangement
  • Bugfix: Path problems in standalone.rb
  • Bugfix: Standalone not loaded by default

0.1.2 (2009-12-10)

  • Fixed README typos
  • Better standalone install line
  • Added man page
  • Added hub help hub

0.1.1 (2009-12-08)

  • Fixed gem problems

0.1.0 (2009-12-08)

  • First release