mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 0.8.0
This commit is contained in:
parent
c4e938d656
commit
391431d267
|
|
@ -1,4 +1,11 @@
|
|||
|
||||
0.8.0 / 2011-12-08
|
||||
==================
|
||||
|
||||
* Added `pre-release` and `post-release `hooks to git-release
|
||||
* Added `git-promote`
|
||||
* Fixed: "git extra update" errors when pwd includes whitespace
|
||||
|
||||
0.7.0 / 2011-08-24
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.7.0"
|
||||
VERSION="0.8.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue