mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 1.6.0
This commit is contained in:
parent
37424606ba
commit
2e53ff6091
|
|
@ -1,4 +1,11 @@
|
|||
|
||||
1.6.0 / 2012-06-04
|
||||
==================
|
||||
|
||||
* Added `git-rename-tag`
|
||||
* Added current branch to `git-repl`
|
||||
* Fixed: use dirname for `git extras update` [wilmoore]
|
||||
|
||||
1.5.1 / 2012-03-15
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.6.0"
|
||||
|
||||
update() {
|
||||
local bin=$(which git-extras)
|
||||
|
|
|
|||
Loading…
Reference in a new issue