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-15 Richard Hartmann <richih.mailinglist@gmail.com>
3 * Introduce `vcsh which`
4 * hooks will tell you when they are being executed
5 * Formatting & resilience improvements
6 * We have a changelog, now! (yay)
8 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
10 * Improve documentation
11 * More resilient error handling
14 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
16 * Introduce hook support
18 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
20 * Improve documentation
22 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
24 * Introduce and use .config/vcsh/config
25 * More verbose error handling
26 * Introduce `vcsh {list-tracked,list-tracked-by}`
27 * Introduce repo shortcuts (`vcsh zsh commit`)
28 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
29 * Add license information
31 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
34 * Refactor error handling
35 * Make code more resilient
36 * Make vcsh play nice with mr
37 * Introduce vcsh mv and setup
39 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
42 * Minor refactoring of code
44 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
48 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
50 * Major refactoring of code
54 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
57 * Improve XDG compability
59 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
61 * Yet more documentation improvements
63 * Heed already-defined ENV variables within vcsh
64 * Handle .gitignore.d/$repo automagically
66 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
68 * Major rewrite of all help files
71 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
74 * Make help more verbose
77 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
79 * Fixed bug in vcsh clone & init
81 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>