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 2014-03-13 Richard Hartmann <richih.mailinglist@gmail.com>
3 * Release 1.20140313 -- the "Git won a prize" edition
4 * Initialize repos with --shared=0600
5 * Fix cloning from some spefically-named remotes
6 * Support custom gitattribute files
7 * Support filenames with whitespace in gitignores
8 * Pass out git exit codes
9 * Switch to static, pre-built manpage
10 * Improve documentation
11 * Use more portable find(1) syntax
12 * Various minor improvements
14 2013-12-29 Richard Hartmann <richih.mailinglist@gmail.com>
17 * Fix mktemp bug (GitHub issue #99)
18 * Make code more resilient and efficient
21 2013-12-14 Richard Hartmann <richih.mailinglist@gmail.com>
24 * Revert "Implement basename() in shell"
26 * Fix variable assignment bug
27 * Support shortnames for commands
29 * Improve documentation
30 * Various minor improvements
32 2013-09-09 Richard Hartmann <richih.mailinglist@gmail.com>
35 * Add support for relative worktrees
37 2013-08-29 Richard Hartmann <richih.mailinglist@gmail.com>
40 * Add support for `vcsh commit`
41 * Add support for `vcsh status <repo>`
42 * Add pre-/post-init hooks
43 * Documentation improvements
46 2013-07-24 Richard Hartmann <richih.mailinglist@gmail.com>
49 * Add support for `vcsh status`
50 * Improve output of `vcsh pull`
51 * Improve output of `vcsh push`
52 * Minor documentation improvements
54 2013-07-23 Richard Hartmann <richih.mailinglist@gmail.com>
57 * Support $VCSH_GITIGNORE == none
58 * Documentation improvements,
59 * Improved zsh completion
60 * Add support for `vcsh pull`
61 * Add support for `vcsh push`
62 * Add retire() to tear down vcsh ENV
63 * Add clone hooks, including one witout vcsh ENV to
64 allow subsequent cloning of other repos
66 * Improve general code robustness
68 2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
71 * Lots of documentation improvements, major rewrite
73 2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
76 * Hide hook execution unless verbose is set
77 * Ancher ignore file to root of Git repo
78 * Implemented basename() to save one process spawn
79 * Improve packaged Zsh completion
80 * Renamed `vcsh setup` to `vcsh upgrade`
81 * Various documentation and spelling improvements
83 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
86 * Introduce `vcsh version`
88 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
92 * Use rm -f when removing a git repo
93 * Fix quoting bug (Debian #699093)
95 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
98 * Improve documentation
101 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
104 * Make `vcsh list` more resilient
105 * Lots of doc improvements
107 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
110 * Fix license information in manpage
112 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
114 * Introduce `vcsh which`
115 * hooks will tell you when they are being executed
116 * Formatting & resilience improvements
117 * We have a changelog, now! (yay)
119 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
121 * Improve documentation
122 * More resilient error handling
125 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
127 * Introduce hook support
129 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
131 * Improve documentation
133 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
135 * Introduce and use .config/vcsh/config
136 * More verbose error handling
137 * Introduce `vcsh {list-tracked,list-tracked-by}`
138 * Introduce repo shortcuts (`vcsh zsh commit`)
139 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
140 * Add license information
142 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
145 * Refactor error handling
146 * Make code more resilient
147 * Make vcsh play nice with mr
148 * Introduce vcsh mv and setup
150 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
153 * Minor refactoring of code
155 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
159 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
161 * Major refactoring of code
165 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
168 * Improve XDG compability
170 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
172 * Yet more documentation improvements
174 * Heed already-defined ENV variables within vcsh
175 * Handle .gitignore.d/$repo automagically
177 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
179 * Major rewrite of all help files
180 * Addition of manpage
182 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
185 * Make help more verbose
188 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
190 * Fixed bug in vcsh clone & init
192 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>