mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 0.4.1
This commit is contained in:
parent
dcd1f2ecfe
commit
a0de28fe07
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
0.4.1 / 2011-04-05
|
||||
==================
|
||||
|
||||
* Changed; `git-graft` now defaults to current branch instead of master [Kenneth Reitz]
|
||||
|
||||
0.4.0 / 2011-04-05
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.4.0"
|
||||
VERSION="0.4.1"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue