From: Richard Hartmann Date: Sat, 25 Oct 2014 19:25:49 +0000 (+0200) Subject: Release v1.20141025 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/7161ee4adc3f462f20ab9b55404ecf6968f2753f?hp=-c;pf=code Release v1.20141025 --- 7161ee4adc3f462f20ab9b55404ecf6968f2753f diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 07456f9..d7a3394 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,6 +6,7 @@ Eric Bouchut Dridi Boukelmoune Rob Cornish Vincent Demeester +Mert Dirik Jeff Fein-Worton Thomas Ferris Nicolaisen martin f. krafft @@ -17,6 +18,7 @@ Valentin Haenel Richard Hartmann Gregor Jasny Errietta Kostala +Yuval Langer Caleb Maclennan Markus Martin mek-apelsin @@ -26,10 +28,12 @@ Corey Quinn Pavlos Ratis Dewey Sasser Gernot Schulz +Aaron Schumacher Andrew Schwartzmeyer Dato Simó Alexander Skurikhin Jonathan Sternberg Frank Terbeck +mirabilos Aaron VonderHaar Tony diff --git a/changelog b/changelog index 1c09b67..badf445 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,17 @@ +2014-10-25 Richard Hartmann + + * 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 ` + * Support repo-specific config files + * Various minor improvements + * More moo + 2014-10-09 Richard Hartmann * 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() {