From 7161ee4adc3f462f20ab9b55404ecf6968f2753f Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih@debian.org> Date: Sat, 25 Oct 2014 21:25:49 +0200 Subject: [PATCH] Release v1.20141025 --- CONTRIBUTORS | 4 ++++ changelog | 14 ++++++++++++++ vcsh | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 07456f9..d7a3394 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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> diff --git a/changelog b/changelog index 1c09b67..badf445 100644 --- 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 4464c85..cf7d1a7 100755 --- 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() { -- GitLab