mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 0.7.0
This commit is contained in:
parent
54b1eecd8e
commit
035668cde5
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
0.7.0 / 2011-08-24
|
||||
==================
|
||||
|
||||
* Added percentages to `git-summary`
|
||||
|
||||
0.6.0 / 2011-06-24
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.7.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue