]> 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.20141025
authorRichard Hartmann <richih@debian.org>
Sat, 25 Oct 2014 19:25:49 +0000 (21:25 +0200)
committerRichard Hartmann <richih@debian.org>
Sat, 25 Oct 2014 19:25:49 +0000 (21:25 +0200)
CONTRIBUTORS
changelog
vcsh

index 07456f9c7b4caa89ae1fc76906ccbf712990db17..d7a3394767a47d8d5d865a9ed2fb422797d7f438 100644 (file)
@@ -6,6 +6,7 @@ Eric Bouchut <ebouchut@gmail.com>
 Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
 Rob Cornish <jrmcornish@gmail.com>
 Vincent Demeester <vincent@demeester.fr>
+Mert Dirik <mertdirik@gmail.com>
 Jeff Fein-Worton <jeff@fein-worton.com>
 Thomas Ferris Nicolaisen <tfnico@gmail.com>
 martin f. krafft <madduck@madduck.net>
@@ -17,6 +18,7 @@ Valentin Haenel <valentin.haenel@gmx.de>
 Richard Hartmann <richih@debian.org>
 Gregor Jasny <gjasny@googlemail.com>
 Errietta Kostala <errietta@errietta.me>
+Yuval Langer <yuval.langer@gmail.com>
 Caleb Maclennan <caleb@alerque.com>
 Markus Martin <markus@archwyrm.net>
 mek-apelsin <mek@pels.in>
@@ -26,10 +28,12 @@ Corey Quinn <corey@sequestered.net>
 Pavlos Ratis <dastergon@gentoo.org>
 Dewey Sasser <dewey@sasser.com>
 Gernot Schulz <post@gernot-schulz.com>
+Aaron Schumacher <ajschumacher@gmail.com>
 Andrew Schwartzmeyer <andrew@schwartzmeyer.com>
 Dato Simó <dato@net.com.org.es>
 Alexander Skurikhin <a.skurihin@gmail.com>
 Jonathan Sternberg <jonathansternberg@gmail.com>
 Frank Terbeck <ft@bewatermyfriend.org>
+mirabilos <tg@debian.org>
 Aaron VonderHaar <gruen0aermel@gmail.com>
 Tony <zearin@gonk.net>
index 1c09b670bac1b13df74eefb459f8153c39f23af1..badf445740c2597e012e55dcbbfb0992b3782882 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+2014-10-25  Richard Hartmann <richih.mailinglist@gmail.com>
+
+       * Release 1.20141025
+       * `vcsh which dontexist` exits 1
+       * `vcsh status` shows commits ahead/behind remote tracking branch
+       * Support overlay functions
+       * Support `vcsh list-untracked`, optionally recursively
+       * Support `vcsh list-untracked $repo`
+       * Improve error handling of clone()
+       * Rename `list-tracked-by` to `list-tracked <repo>`
+       * Support repo-specific config files
+       * Various minor improvements
+       * More moo
+
 2014-10-09  Richard Hartmann <richih.mailinglist@gmail.com>
 
        * Display full paths in list-tracked*
diff --git a/vcsh b/vcsh
index 4464c85cc6817b53e73cd762439e89029661c95b..cf7d1a7178d71ce1f34c46aaf09838ae7ac7c459 100755 (executable)
--- a/vcsh
+++ b/vcsh
@@ -19,7 +19,7 @@
 # If '.git-HEAD' is appended to the version, you are seeing an unreleased
 # version of vcsh; the master branch is supposed to be clean at all times
 # so you can most likely just use it nonetheless
-VERSION='1.20141009'
+VERSION='1.20141025'
 SELF=$(basename $0)
 
 fatal() {