Skip to main content
Sign in
Snippets Groups Projects
Commit 65dc14e5 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Release v1.20130723

parent 28318554
No related branches found
No related tags found
No related merge requests found
2013-07-23 Richard Hartmann <richih.mailinglist@gmail.com>
* 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 <richih.mailinglist@gmail.com> 2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
* Release 1.20130614 * Release 1.20130614
... ...
......
...@@ -24,7 +24,7 @@ basename() { ...@@ -24,7 +24,7 @@ basename() {
} }
SELF=$(basename $0) SELF=$(basename $0)
VERSION='1.20130614' VERSION='1.20130723'
fatal() { fatal() {
echo "$SELF: fatal: $1" >&2 echo "$SELF: fatal: $1" >&2
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment