From ac486037bf48f24e2817fe41156ce1985f2e0079 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 20 May 2011 07:37:56 -0700 Subject: [PATCH] Release 0.5.1 --- History.md | 6 ++++++ bin/git-extras | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 13a49f7..ade71ab 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +0.5.1 / 2011-05-20 +================== + + * revert `git-ignore` but retain argc == 0 as showing .gitignore contents + * revert broken `git-release` + 0.5.0 / 2011-05-19 ================== diff --git a/bin/git-extras b/bin/git-extras index a4276de..29ce01f 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="0.5.0" +VERSION="0.5.1" update() { local orig=$PWD