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

Release v1.20141025

parent 094c9de2
No related branches found
No related tags found
No related merge requests found
......@@ -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>
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*
......
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment