mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Release 0.5.1
This commit is contained in:
parent
74eff27090
commit
ac486037bf
|
|
@ -1,4 +1,10 @@
|
|||
|
||||
0.5.1 / 2011-05-20
|
||||
==================
|
||||
|
||||
* revert `git-ignore` but retain argc == 0 as showing .gitignore contents
|
||||
* revert broken `git-release`
|
||||
|
||||
0.5.0 / 2011-05-19
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.5.0"
|
||||
VERSION="0.5.1"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue