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-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Make `vcsh list` more resilient
5 * Lots of doc improvements
8 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
11 * Fix license information in manpage
13 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
15 * Introduce `vcsh which`
16 * hooks will tell you when they are being executed
17 * Formatting & resilience improvements
18 * We have a changelog, now! (yay)
20 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
22 * Improve documentation
23 * More resilient error handling
26 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
28 * Introduce hook support
30 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
32 * Improve documentation
34 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
36 * Introduce and use .config/vcsh/config
37 * More verbose error handling
38 * Introduce `vcsh {list-tracked,list-tracked-by}`
39 * Introduce repo shortcuts (`vcsh zsh commit`)
40 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
41 * Add license information
43 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
46 * Refactor error handling
47 * Make code more resilient
48 * Make vcsh play nice with mr
49 * Introduce vcsh mv and setup
51 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
54 * Minor refactoring of code
56 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
60 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
62 * Major refactoring of code
66 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
69 * Improve XDG compability
71 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
73 * Yet more documentation improvements
75 * Heed already-defined ENV variables within vcsh
76 * Handle .gitignore.d/$repo automagically
78 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
80 * Major rewrite of all help files
83 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
86 * Make help more verbose
89 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
91 * Fixed bug in vcsh clone & init
93 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>