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-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Lots of documentation improvements, major rewrite
6 2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
9 * Hide hook execution unless verbose is set
10 * Ancher ignore file to root of Git repo
11 * Implemented basename() to save one process spawn
12 * Improve packaged Zsh completion
13 * Renamed `vcsh setup` to `vcsh upgrade`
14 * Various documentation and spelling improvements
16 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
19 * Introduce `vcsh version`
21 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
25 * Use rm -f when removing a git repo
26 * Fix quoting bug (Debian #699093)
28 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
31 * Improve documentation
34 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
37 * Make `vcsh list` more resilient
38 * Lots of doc improvements
40 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
43 * Fix license information in manpage
45 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
47 * Introduce `vcsh which`
48 * hooks will tell you when they are being executed
49 * Formatting & resilience improvements
50 * We have a changelog, now! (yay)
52 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
54 * Improve documentation
55 * More resilient error handling
58 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
60 * Introduce hook support
62 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
64 * Improve documentation
66 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
68 * Introduce and use .config/vcsh/config
69 * More verbose error handling
70 * Introduce `vcsh {list-tracked,list-tracked-by}`
71 * Introduce repo shortcuts (`vcsh zsh commit`)
72 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
73 * Add license information
75 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
78 * Refactor error handling
79 * Make code more resilient
80 * Make vcsh play nice with mr
81 * Introduce vcsh mv and setup
83 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
86 * Minor refactoring of code
88 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
92 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
94 * Major refactoring of code
98 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
101 * Improve XDG compability
103 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
105 * Yet more documentation improvements
107 * Heed already-defined ENV variables within vcsh
108 * Handle .gitignore.d/$repo automagically
110 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
112 * Major rewrite of all help files
113 * Addition of manpage
115 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
118 * Make help more verbose
121 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
123 * Fixed bug in vcsh clone & init
125 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>