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