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-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
5 * Use rm -f when removing a git repo
6 * Fix quoting bug (Debian #699093)
8 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
11 * Improve documentation
14 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
17 * Make `vcsh list` more resilient
18 * Lots of doc improvements
21 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
24 * Fix license information in manpage
26 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
28 * Introduce `vcsh which`
29 * hooks will tell you when they are being executed
30 * Formatting & resilience improvements
31 * We have a changelog, now! (yay)
33 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
35 * Improve documentation
36 * More resilient error handling
39 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
41 * Introduce hook support
43 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
45 * Improve documentation
47 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
49 * Introduce and use .config/vcsh/config
50 * More verbose error handling
51 * Introduce `vcsh {list-tracked,list-tracked-by}`
52 * Introduce repo shortcuts (`vcsh zsh commit`)
53 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
54 * Add license information
56 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
59 * Refactor error handling
60 * Make code more resilient
61 * Make vcsh play nice with mr
62 * Introduce vcsh mv and setup
64 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
67 * Minor refactoring of code
69 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
73 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
75 * Major refactoring of code
79 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
82 * Improve XDG compability
84 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
86 * Yet more documentation improvements
88 * Heed already-defined ENV variables within vcsh
89 * Handle .gitignore.d/$repo automagically
91 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
93 * Major rewrite of all help files
96 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
99 * Make help more verbose
102 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
104 * Fixed bug in vcsh clone & init
106 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>