From 597fc3789c77a12da03d321a9f66d62c87ce968b Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sun, 15 Apr 2018 08:43:23 +0200 Subject: [PATCH] Release 1.3.2 --- Readme.md | 3 +++ gpgit.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 87b830a..506be3e 100644 --- a/Readme.md +++ b/Readme.md @@ -301,6 +301,9 @@ You can get securely in touch with me [here](http://contact.nicohood.de). My GPG ## Version History ``` +1.3.2 (15.04.2018) +* Change directory to git root path, so "git archive" is working properly + 1.3.1 (14.03.2018) * Fixed shebang for non linux systems * Fixed #17 git config reading for commit.gpgsign setting diff --git a/gpgit.sh b/gpgit.sh index ccbaa77..ec184cd 100755 --- a/gpgit.sh +++ b/gpgit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION="1.3.1" +VERSION="1.3.2" # Avoid any encoding problems export LANG=C