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-08-29 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Add support for `vcsh commit`
5 * Add support for `vcsh status <repo>`
6 * Add pre-/post-init hooks
7 * Documentation improvements
10 2013-07-24 Richard Hartmann <richih.mailinglist@gmail.com>
13 * Add support for `vcsh status`
14 * Improve output of `vcsh pull`
15 * Improve output of `vcsh push`
16 * Minor documentation improvements
18 2013-07-23 Richard Hartmann <richih.mailinglist@gmail.com>
21 * Support $VCSH_GITIGNORE == none
22 * Documentation improvements,
23 * Improved zsh completion
24 * Add support for `vcsh pull`
25 * Add support for `vcsh push`
26 * Add retire() to tear down vcsh ENV
27 * Add clone hooks, including one witout vcsh ENV to
28 allow subsequent cloning of other repos
30 * Improve general code robustness
32 2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
35 * Lots of documentation improvements, major rewrite
37 2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
40 * Hide hook execution unless verbose is set
41 * Ancher ignore file to root of Git repo
42 * Implemented basename() to save one process spawn
43 * Improve packaged Zsh completion
44 * Renamed `vcsh setup` to `vcsh upgrade`
45 * Various documentation and spelling improvements
47 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
50 * Introduce `vcsh version`
52 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
56 * Use rm -f when removing a git repo
57 * Fix quoting bug (Debian #699093)
59 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
62 * Improve documentation
65 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
68 * Make `vcsh list` more resilient
69 * Lots of doc improvements
71 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
74 * Fix license information in manpage
76 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
78 * Introduce `vcsh which`
79 * hooks will tell you when they are being executed
80 * Formatting & resilience improvements
81 * We have a changelog, now! (yay)
83 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
85 * Improve documentation
86 * More resilient error handling
89 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
91 * Introduce hook support
93 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
95 * Improve documentation
97 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
99 * Introduce and use .config/vcsh/config
100 * More verbose error handling
101 * Introduce `vcsh {list-tracked,list-tracked-by}`
102 * Introduce repo shortcuts (`vcsh zsh commit`)
103 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
104 * Add license information
106 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
109 * Refactor error handling
110 * Make code more resilient
111 * Make vcsh play nice with mr
112 * Introduce vcsh mv and setup
114 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
117 * Minor refactoring of code
119 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
123 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
125 * Major refactoring of code
129 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
132 * Improve XDG compability
134 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
136 * Yet more documentation improvements
138 * Heed already-defined ENV variables within vcsh
139 * Handle .gitignore.d/$repo automagically
141 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
143 * Major rewrite of all help files
144 * Addition of manpage
146 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
149 * Make help more verbose
152 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
154 * Fixed bug in vcsh clone & init
156 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>