diff --git a/History.md b/History.md index cd48b8b..2053483 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/bin/git-extras b/bin/git-extras index dd2f492..9f46f3e 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="1.8.0" +VERSION="1.9.0" update() { local bin=$(which git-extras)