HISTORY.md 776 字节
Newer Older
C
Chris Wanstrath 已提交
1 2 3
## 0.2.1 (2010-??-??)

* Bugfix: `git clone` flags are now passed through. 
C
Chris Wanstrath 已提交
4
* Bugfix: `git clone` with url and path works.
C
Chris Wanstrath 已提交
5

C
Chris Wanstrath 已提交
6
## 0.2.0 (2009-12-24)
C
history  
Chris Wanstrath 已提交
7 8

* Respected GIT_PAGER and core.pager
C
history  
Chris Wanstrath 已提交
9
* Aliased `--help` to `help`
C
Chris Wanstrath 已提交
10 11
* Ruby 1.9 fixes
* Respect git behavior when pager is empty string
C
Chris Wanstrath 已提交
12 13
* `git push` multi-remote support
* `hub.http-clone` configuration setting
14
* Use the origin url to find the repo name
C
history  
Chris Wanstrath 已提交
15

C
0.1.3  
Chris Wanstrath 已提交
16
## 0.1.3 (2009-12-11)
C
Chris Wanstrath 已提交
17

C
Chris Wanstrath 已提交
18
* Homebrew!
C
Chris Wanstrath 已提交
19
* Fix inaccuracy in man page
C
history  
Chris Wanstrath 已提交
20
* Better help arrangement
21
* Bugfix: Path problems in standalone.rb
22
* Bugfix: Standalone not loaded by default
C
Chris Wanstrath 已提交
23

C
0.1.2  
Chris Wanstrath 已提交
24
## 0.1.2 (2009-12-10)
C
Chris Wanstrath 已提交
25 26

* Fixed README typos
C
update  
Chris Wanstrath 已提交
27
* Better standalone install line
C
0.1.2  
Chris Wanstrath 已提交
28 29
* Added man page
* Added `hub help hub`
C
Chris Wanstrath 已提交
30

C
Chris Wanstrath 已提交
31 32 33 34
## 0.1.1 (2009-12-08)

* Fixed gem problems

C
Chris Wanstrath 已提交
35 36 37
## 0.1.0 (2009-12-08)

* First release