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.
1 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
3 * Improve documentation
4 * More resilient error handling
7 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
9 * Introduce hook support
11 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
13 * Improve documentation
15 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
17 * Introduce and use .config/vcsh/config
18 * More verbose error handling
19 * Introduce `vcsh {list-tracked,list-tracked-by}`
20 * Introduce repo shortcuts (`vcsh zsh commit`)
21 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
22 * Add license information
24 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
27 * Refactor error handling
28 * Make code more resilient
29 * Make vcsh play nice with mr
30 * Introduce vcsh mv and setup
32 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
35 * Minor refactoring of code
37 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
41 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
43 * Major refactoring of code
47 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
50 * Improve XDG compability
52 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
54 * Yet more documentation improvements
56 * Heed already-defined ENV variables within vcsh
57 * Handle .gitignore.d/$repo automagically
59 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
61 * Major rewrite of all help files
64 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
67 * Make help more verbose
70 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
72 * Fixed bug in vcsh clone & init
74 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>