mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 1.9.0
This commit is contained in:
parent
c136afba67
commit
c45e2b8f5f
|
|
@ -1,4 +1,11 @@
|
|||
|
||||
1.9.0 / 2013-06-18
|
||||
==================
|
||||
|
||||
* git-squash: add --me flag to flatten the current branch
|
||||
* Make repository_age() "history rewrite safe"
|
||||
* add git-line-summary
|
||||
|
||||
1.8.0 / 2013-05-15
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="1.8.0"
|
||||
VERSION="1.9.0"
|
||||
|
||||
update() {
|
||||
local bin=$(which git-extras)
|
||||
|
|
|
|||
Loading…
Reference in a new issue