]> git.madduck.net Git - code/vcsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Release v1.20130723
authorRichard Hartmann <richih.mailinglist@gmail.com>
Tue, 23 Jul 2013 19:30:59 +0000 (21:30 +0200)
committerRichard Hartmann <richih.mailinglist@gmail.com>
Tue, 23 Jul 2013 19:30:59 +0000 (21:30 +0200)
changelog
vcsh

index c835962e1bc7345b85f3de5ab8287ea979a73aef..0dd7c3f0314956acda80f724461390dfcf16f36a 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+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
diff --git a/vcsh b/vcsh
index b54ecb42ef1e18b7b06395b7c294b909a5bc6f37..ea889318796f40217aff83f34941ceaf233025a2 100755 (executable)
--- a/vcsh
+++ b/vcsh
@@ -24,7 +24,7 @@ basename() {
 }
 
 SELF=$(basename $0)
-VERSION='1.20130614'
+VERSION='1.20130723'
 
 fatal() {
        echo "$SELF: fatal: $1" >&2