From c45e2b8f5fbc06d783e6557a1c7686ccdd885d1f Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Tue, 18 Jun 2013 13:45:24 -0700 Subject: [PATCH] Release 1.9.0 --- History.md | 7 +++++++ bin/git-extras | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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)