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-12-14 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Revert "Implement basename() in shell"
6 * Fix variable assignment bug
7 * Support shortnames for commands
9 * Improve documentation
10 * Various minor improvements
12 2013-09-09 Richard Hartmann <richih.mailinglist@gmail.com>
15 * Add support for relative worktrees
17 2013-08-29 Richard Hartmann <richih.mailinglist@gmail.com>
20 * Add support for `vcsh commit`
21 * Add support for `vcsh status <repo>`
22 * Add pre-/post-init hooks
23 * Documentation improvements
26 2013-07-24 Richard Hartmann <richih.mailinglist@gmail.com>
29 * Add support for `vcsh status`
30 * Improve output of `vcsh pull`
31 * Improve output of `vcsh push`
32 * Minor documentation improvements
34 2013-07-23 Richard Hartmann <richih.mailinglist@gmail.com>
37 * Support $VCSH_GITIGNORE == none
38 * Documentation improvements,
39 * Improved zsh completion
40 * Add support for `vcsh pull`
41 * Add support for `vcsh push`
42 * Add retire() to tear down vcsh ENV
43 * Add clone hooks, including one witout vcsh ENV to
44 allow subsequent cloning of other repos
46 * Improve general code robustness
48 2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
51 * Lots of documentation improvements, major rewrite
53 2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
56 * Hide hook execution unless verbose is set
57 * Ancher ignore file to root of Git repo
58 * Implemented basename() to save one process spawn
59 * Improve packaged Zsh completion
60 * Renamed `vcsh setup` to `vcsh upgrade`
61 * Various documentation and spelling improvements
63 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
66 * Introduce `vcsh version`
68 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
72 * Use rm -f when removing a git repo
73 * Fix quoting bug (Debian #699093)
75 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
78 * Improve documentation
81 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
84 * Make `vcsh list` more resilient
85 * Lots of doc improvements
87 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
90 * Fix license information in manpage
92 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
94 * Introduce `vcsh which`
95 * hooks will tell you when they are being executed
96 * Formatting & resilience improvements
97 * We have a changelog, now! (yay)
99 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
101 * Improve documentation
102 * More resilient error handling
105 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
107 * Introduce hook support
109 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
111 * Improve documentation
113 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
115 * Introduce and use .config/vcsh/config
116 * More verbose error handling
117 * Introduce `vcsh {list-tracked,list-tracked-by}`
118 * Introduce repo shortcuts (`vcsh zsh commit`)
119 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
120 * Add license information
122 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
125 * Refactor error handling
126 * Make code more resilient
127 * Make vcsh play nice with mr
128 * Introduce vcsh mv and setup
130 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
133 * Minor refactoring of code
135 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
139 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
141 * Major refactoring of code
145 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
148 * Improve XDG compability
150 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
152 * Yet more documentation improvements
154 * Heed already-defined ENV variables within vcsh
155 * Handle .gitignore.d/$repo automagically
157 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
159 * Major rewrite of all help files
160 * Addition of manpage
162 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
165 * Make help more verbose
168 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
170 * Fixed bug in vcsh clone & init
172 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>