mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 08:26:17 -04:00
Release 1.7.0
This commit is contained in:
parent
c9fedfa27f
commit
90882574a0
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
1.7.0 / 2012-06-11
|
||||
==================
|
||||
|
||||
* Added repo age to `git-summary` [muhtasib]
|
||||
|
||||
1.6.0 / 2012-06-04
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.7.0"
|
||||
|
||||
update() {
|
||||
local bin=$(which git-extras)
|
||||
|
|
|
|||
Loading…
Reference in a new issue