mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 0.3.0
This commit is contained in:
parent
5d267749a6
commit
0b97430c8d
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
0.3.0 / 2011-03-29
|
||||
==================
|
||||
|
||||
* Added `git-pull-request`
|
||||
|
||||
0.2.0 / 2011-03-27
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.2.0"
|
||||
VERSION="0.3.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue