mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 1.9.1
This commit is contained in:
parent
ef00c0c2c6
commit
d437418b3c
10
History.md
10
History.md
|
|
@ -1,5 +1,13 @@
|
|||
|
||||
1.9.0 / 2013-06-18
|
||||
1.9.1 / 2014-06-21
|
||||
==================
|
||||
|
||||
* add --no-merges option to changelog
|
||||
* fix git-changelog errors when multiple files match change|history
|
||||
* fix git-changelog errors on first usage
|
||||
* update git-changelog docs for --no-merges option
|
||||
|
||||
1.9.0 / 2013-06-18
|
||||
==================
|
||||
|
||||
* git-squash: add --me flag to flatten the current branch
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="1.9.0"
|
||||
VERSION="1.9.1"
|
||||
|
||||
update() {
|
||||
local bin=$(which git-extras)
|
||||
|
|
|
|||
Loading…
Reference in a new issue