vcsh (1.20151229-1) unstable; urgency=medium * New upstream release + Release 1.20151229 + Fix tests to always use C locale, this makes vcsh reproducible + Implement `vcsh foreach` + Implement `vcsh list-untracked -a` + Handle Git older than 2.x gracefully + Fix broken list-tracked-by + Fix regression in `vcsh which` + Skip ignored files in the output of list-untracked + Improve cloning + Clean up docs + Implement `vcsh status --terse` + Improve tests -- Richard Hartmann Tue, 29 Dec 2015 20:28:57 +0100 vcsh (1.20150502-1) unstable; urgency=medium * New upstream release + Release 1.20150502 + Add tests + Various improvements -- Richard Hartmann Sat, 02 May 2015 17:02:40 +0200 vcsh (1.20141026-1) unstable; urgency=medium * New upstream release + Release 1.20141026 + Closes: #760882 + FIX fatal() + Improve error handling of clone() -- Richard Hartmann Sun, 26 Oct 2014 00:32:38 +0200 vcsh (1.20141025-1) unstable; urgency=low * New upstream release + `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 * Packaging changes + Bump Standards-Version to 3.9.5 (no changes) -- Richard Hartmann Sat, 25 Oct 2014 21:30:25 +0200 vcsh (1.20141009-1) unstable; urgency=medium * New upstream release + Release 1.20141009 + Display full paths in list-tracked* + Lots of help improvements -- Richard Hartmann Thu, 09 Oct 2014 23:27:19 +0200 vcsh (1.20140508-1) unstable; urgency=medium * New upstream release + Release 1.20140508 + Revert "Introduce static manpage as part of normal repo" * New upstream release + Release 1.20140507 + Increase portability + Improve hooks + Improve docs + Various minor improvements * New upstream release + Release 1.20140313 -- the "Git won a prize" edition + Closes: #745538 + Initialize repos with --shared=0600 + Fix cloning from some spefically-named remotes + Support custom gitattribute files + Support filenames with whitespace in gitignores + Pass out git exit codes + Switch to static, pre-built manpage + Improve documentation + Use more portable find(1) syntax + Various minor improvements -- Richard Hartmann Thu, 08 May 2014 19:54:30 +0200 vcsh (1.20131229-1) unstable; urgency=low * New upstream release + Release 1.20131229 + Fix mktemp bug (GitHub issue #99) + Make code more resilient and efficient + Improve output -- Richard Hartmann Sun, 29 Dec 2013 17:35:42 +0100 vcsh (1.20131214-1) unstable; urgency=low * New upstream release + Release 1.20131214 + Revert "Implement basename() in shell" + Fix mktemp on OS X + Fix variable assignment bug + Support shortnames for commands + Improve Makefile + Improve documentation + Various minor improvements * Packaging changes + Bump Standards-Version to 3.9.5 (no changes) -- Richard Hartmann Sat, 14 Dec 2013 00:08:37 +0100 vcsh (1.20130909-1) unstable; urgency=low * New upstream release + Add support for relative worktrees * Packaging changes + Start using dgit for actual releases -- Richard Hartmann Mon, 09 Sep 2013 09:20:15 +0200 vcsh (1.20130829-1) unstable; urgency=low * New upstream release + Add support for `vcsh commit` + Add support for `vcsh status ` + Add pre-/post-init hooks + Documentation improvements + Minor cleanups -- Richard Hartmann Thu, 29 Aug 2013 22:45:56 +0200 vcsh (1.20130724-1) unstable; urgency=low * New upstream release + Add support for `vcsh status` + Improve output of `vcsh pull` + Improve output of `vcsh push` + Minor documentation improvements -- Richard Hartmann Wed, 24 Jul 2013 22:19:50 +0200 vcsh (1.20130723-1) unstable; urgency=low * New upstream release + 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 -- Richard Hartmann Tue, 23 Jul 2013 21:35:34 +0200 vcsh (1.20130614-1) unstable; urgency=low * New upstream release + Lots of documentation improvements, major rewrite -- Richard Hartmann Fri, 14 Jun 2013 02:05:47 +0200 vcsh (1.3-1) unstable; urgency=low * New upstream release + Hide hook execution unless verbose is set + Ancher ignore file to root of Git repo + Implemented basename() to save one process spawn + Improve packaged Zsh completion + Renamed `vcsh setup` to `vcsh upgrade` + Various documentation and spelling improvements -- Richard Hartmann Mon, 27 May 2013 23:40:08 +0200 vcsh (1.2-3) unstable; urgency=low * Packaging changes + Increase Standards-Version from 3.9.3 to 3.9.4 (no changes) -- Richard Hartmann Sun, 05 May 2013 23:55:59 +0200 vcsh (1.2-2) unstable; urgency=low * Bump version and upload to unstable -- Richard Hartmann Sat, 04 May 2013 02:58:18 +0200 vcsh (1.2-1) experimental; urgency=low * New upstream release + Documentation fixes + Introduce `vcsh version` Closes: #694584 -- Richard Hartmann Sun, 21 Apr 2013 01:17:27 +0200 vcsh (1.1-1) experimental; urgency=low * New upstream release + Documentation fixes + Use rm -f when removing a git repo + Fix quoting bug Closes: #699093 -- Richard Hartmann Sun, 31 Mar 2013 20:46:10 +0200 vcsh (1.0-1) unstable; urgency=low * New upstream release + Make `vcsh list` more resilient + Lots of doc improvements -- Richard Hartmann Sat, 30 Jun 2012 01:49:00 +0200 vcsh (0.20120227-1) unstable; urgency=low * New upstream release + Refactor Makefile + Fix license information in manpage * Packaging changes + Bump Standards-Version to 3.9.3 (no changes) -- Richard Hartmann Mon, 27 Feb 2012 22:38:24 +0100 vcsh (0.20120215-1) unstable; urgency=low * New upstream release * Introduce `vcsh which` * hooks will tell you when they are being executed * Formatting & resilience improvements -- Richard Hartmann Wed, 15 Feb 2012 21:16:45 +0100 vcsh (0.20120203-1) unstable; urgency=low * New upstream release * Fix documentation -- Richard Hartmann Fri, 03 Feb 2012 02:40:12 +0100 vcsh (0.20120116-2) unstable; urgency=low * Add Vcs-Git, Vcs-Browser, and Homepage to debian/control -- Richard Hartmann Tue, 17 Jan 2012 21:50:24 +0100 vcsh (0.20120116-1) unstable; urgency=low * New upstream release. * Updated copyright dates. -- Richard Hartmann Mon, 16 Jan 2012 03:31:13 +0100 vcsh (0.20111227-1) unstable; urgency=low * Initial release. * Closes: #653364 -- Richard Hartmann Tue, 27 Dec 2011 19:13:42 +0100 vcsh (0.20111111-1) UNRELEASED; urgency=low * First pre-release. -- Richard Hartmann Fri, 11 Nov 2011 11:11:11 +0100