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