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-09-09 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Add support for relative worktrees
6 2013-08-29 Richard Hartmann <richih.mailinglist@gmail.com>
9 * Add support for `vcsh commit`
10 * Add support for `vcsh status <repo>`
11 * Add pre-/post-init hooks
12 * Documentation improvements
15 2013-07-24 Richard Hartmann <richih.mailinglist@gmail.com>
18 * Add support for `vcsh status`
19 * Improve output of `vcsh pull`
20 * Improve output of `vcsh push`
21 * Minor documentation improvements
23 2013-07-23 Richard Hartmann <richih.mailinglist@gmail.com>
26 * Support $VCSH_GITIGNORE == none
27 * Documentation improvements,
28 * Improved zsh completion
29 * Add support for `vcsh pull`
30 * Add support for `vcsh push`
31 * Add retire() to tear down vcsh ENV
32 * Add clone hooks, including one witout vcsh ENV to
33 allow subsequent cloning of other repos
35 * Improve general code robustness
37 2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
40 * Lots of documentation improvements, major rewrite
42 2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
45 * Hide hook execution unless verbose is set
46 * Ancher ignore file to root of Git repo
47 * Implemented basename() to save one process spawn
48 * Improve packaged Zsh completion
49 * Renamed `vcsh setup` to `vcsh upgrade`
50 * Various documentation and spelling improvements
52 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
55 * Introduce `vcsh version`
57 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
61 * Use rm -f when removing a git repo
62 * Fix quoting bug (Debian #699093)
64 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
67 * Improve documentation
70 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
73 * Make `vcsh list` more resilient
74 * Lots of doc improvements
76 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
79 * Fix license information in manpage
81 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
83 * Introduce `vcsh which`
84 * hooks will tell you when they are being executed
85 * Formatting & resilience improvements
86 * We have a changelog, now! (yay)
88 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
90 * Improve documentation
91 * More resilient error handling
94 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
96 * Introduce hook support
98 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
100 * Improve documentation
102 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
104 * Introduce and use .config/vcsh/config
105 * More verbose error handling
106 * Introduce `vcsh {list-tracked,list-tracked-by}`
107 * Introduce repo shortcuts (`vcsh zsh commit`)
108 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
109 * Add license information
111 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
114 * Refactor error handling
115 * Make code more resilient
116 * Make vcsh play nice with mr
117 * Introduce vcsh mv and setup
119 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
122 * Minor refactoring of code
124 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
128 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
130 * Major refactoring of code
134 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
137 * Improve XDG compability
139 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
141 * Yet more documentation improvements
143 * Heed already-defined ENV variables within vcsh
144 * Handle .gitignore.d/$repo automagically
146 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
148 * Major rewrite of all help files
149 * Addition of manpage
151 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
154 * Make help more verbose
157 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
159 * Fixed bug in vcsh clone & init
161 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>