mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 0.9.0
This commit is contained in:
parent
8ad024a515
commit
948308bbf0
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
0.9.0 / 2012-01-15
|
||||
==================
|
||||
|
||||
* Added bash completion support [jweslley]
|
||||
|
||||
0.8.1 / 2011-12-30
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.8.1"
|
||||
VERSION="0.9.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue