From: Richard Hartmann Date: Tue, 23 Jul 2013 19:30:59 +0000 (+0200) Subject: Release v1.20130723 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/65dc14e50ac4a8b19e0c27671d18cfd50b60bd8e?hp=28318554e3933b60023cf946b70f05f3b25e43d6 Release v1.20130723 --- diff --git a/changelog b/changelog index c835962..0dd7c3f 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,17 @@ +2013-07-23 Richard Hartmann + + * Release 1.20130723 + * Support $VCSH_GITIGNORE == none + * Documentation improvements, + * Improved zsh completion + * Add support for `vcsh pull` + * Add support for `vcsh push` + * Add retire() to tear down vcsh ENV + * Add clone hooks, including one witout vcsh ENV to + allow subsequent cloning of other repos + * Fix `vcsh rename` + * Improve general code robustness + 2013-06-14 Richard Hartmann * Release 1.20130614 diff --git a/vcsh b/vcsh index b54ecb4..ea88931 100755 --- a/vcsh +++ b/vcsh @@ -24,7 +24,7 @@ basename() { } SELF=$(basename $0) -VERSION='1.20130614' +VERSION='1.20130723' fatal() { echo "$SELF: fatal: $1" >&2