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-29 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Fix mktemp bug (GitHub issue #99)
5 * Make code more resilient and efficient
8 2013-12-14 Richard Hartmann <richih.mailinglist@gmail.com>
11 * Revert "Implement basename() in shell"
13 * Fix variable assignment bug
14 * Support shortnames for commands
16 * Improve documentation
17 * Various minor improvements
19 2013-09-09 Richard Hartmann <richih.mailinglist@gmail.com>
22 * Add support for relative worktrees
24 2013-08-29 Richard Hartmann <richih.mailinglist@gmail.com>
27 * Add support for `vcsh commit`
28 * Add support for `vcsh status <repo>`
29 * Add pre-/post-init hooks
30 * Documentation improvements
33 2013-07-24 Richard Hartmann <richih.mailinglist@gmail.com>
36 * Add support for `vcsh status`
37 * Improve output of `vcsh pull`
38 * Improve output of `vcsh push`
39 * Minor documentation improvements
41 2013-07-23 Richard Hartmann <richih.mailinglist@gmail.com>
44 * Support $VCSH_GITIGNORE == none
45 * Documentation improvements,
46 * Improved zsh completion
47 * Add support for `vcsh pull`
48 * Add support for `vcsh push`
49 * Add retire() to tear down vcsh ENV
50 * Add clone hooks, including one witout vcsh ENV to
51 allow subsequent cloning of other repos
53 * Improve general code robustness
55 2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
58 * Lots of documentation improvements, major rewrite
60 2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
63 * Hide hook execution unless verbose is set
64 * Ancher ignore file to root of Git repo
65 * Implemented basename() to save one process spawn
66 * Improve packaged Zsh completion
67 * Renamed `vcsh setup` to `vcsh upgrade`
68 * Various documentation and spelling improvements
70 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
73 * Introduce `vcsh version`
75 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
79 * Use rm -f when removing a git repo
80 * Fix quoting bug (Debian #699093)
82 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
85 * Improve documentation
88 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
91 * Make `vcsh list` more resilient
92 * Lots of doc improvements
94 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
97 * Fix license information in manpage
99 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
101 * Introduce `vcsh which`
102 * hooks will tell you when they are being executed
103 * Formatting & resilience improvements
104 * We have a changelog, now! (yay)
106 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
108 * Improve documentation
109 * More resilient error handling
112 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
114 * Introduce hook support
116 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
118 * Improve documentation
120 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
122 * Introduce and use .config/vcsh/config
123 * More verbose error handling
124 * Introduce `vcsh {list-tracked,list-tracked-by}`
125 * Introduce repo shortcuts (`vcsh zsh commit`)
126 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
127 * Add license information
129 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
132 * Refactor error handling
133 * Make code more resilient
134 * Make vcsh play nice with mr
135 * Introduce vcsh mv and setup
137 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
140 * Minor refactoring of code
142 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
146 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
148 * Major refactoring of code
152 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
155 * Improve XDG compability
157 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
159 * Yet more documentation improvements
161 * Heed already-defined ENV variables within vcsh
162 * Handle .gitignore.d/$repo automagically
164 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
166 * Major rewrite of all help files
167 * Addition of manpage
169 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
172 * Make help more verbose
175 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
177 * Fixed bug in vcsh clone & init
179 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>