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

Release v1.20130723

parent 28318554
Branches
Tags v1.20130723
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>
* Release 1.20130614
......
......@@ -24,7 +24,7 @@ basename() {
}
SELF=$(basename $0)
VERSION='1.20130614'
VERSION='1.20130723'
fatal() {
echo "$SELF: fatal: $1" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment