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 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Introduce `vcsh version`
6 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
10 * Use rm -f when removing a git repo
11 * Fix quoting bug (Debian #699093)
13 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
16 * Improve documentation
19 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
22 * Make `vcsh list` more resilient
23 * Lots of doc improvements
25 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
28 * Fix license information in manpage
30 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
32 * Introduce `vcsh which`
33 * hooks will tell you when they are being executed
34 * Formatting & resilience improvements
35 * We have a changelog, now! (yay)
37 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
39 * Improve documentation
40 * More resilient error handling
43 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
45 * Introduce hook support
47 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
49 * Improve documentation
51 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
53 * Introduce and use .config/vcsh/config
54 * More verbose error handling
55 * Introduce `vcsh {list-tracked,list-tracked-by}`
56 * Introduce repo shortcuts (`vcsh zsh commit`)
57 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
58 * Add license information
60 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
63 * Refactor error handling
64 * Make code more resilient
65 * Make vcsh play nice with mr
66 * Introduce vcsh mv and setup
68 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
71 * Minor refactoring of code
73 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
77 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
79 * Major refactoring of code
83 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
86 * Improve XDG compability
88 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
90 * Yet more documentation improvements
92 * Heed already-defined ENV variables within vcsh
93 * Handle .gitignore.d/$repo automagically
95 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
97 * Major rewrite of all help files
100 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
103 * Make help more verbose
106 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
108 * Fixed bug in vcsh clone & init
110 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>