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
26 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
29 * Fix license information in manpage
31 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
33 * Introduce `vcsh which`
34 * hooks will tell you when they are being executed
35 * Formatting & resilience improvements
36 * We have a changelog, now! (yay)
38 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
40 * Improve documentation
41 * More resilient error handling
44 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
46 * Introduce hook support
48 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
50 * Improve documentation
52 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
54 * Introduce and use .config/vcsh/config
55 * More verbose error handling
56 * Introduce `vcsh {list-tracked,list-tracked-by}`
57 * Introduce repo shortcuts (`vcsh zsh commit`)
58 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
59 * Add license information
61 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
64 * Refactor error handling
65 * Make code more resilient
66 * Make vcsh play nice with mr
67 * Introduce vcsh mv and setup
69 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
72 * Minor refactoring of code
74 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
78 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
80 * Major refactoring of code
84 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
87 * Improve XDG compability
89 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
91 * Yet more documentation improvements
93 * Heed already-defined ENV variables within vcsh
94 * Handle .gitignore.d/$repo automagically
96 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
98 * Major rewrite of all help files
101 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
104 * Make help more verbose
107 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
109 * Fixed bug in vcsh clone & init
111 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>