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-07-24 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Add support for `vcsh status`
5 * Improve output of `vcsh pull`
6 * Improve output of `vcsh push`
7 * Minor documentation improvements
9 2013-07-23 Richard Hartmann <richih.mailinglist@gmail.com>
12 * Support $VCSH_GITIGNORE == none
13 * Documentation improvements,
14 * Improved zsh completion
15 * Add support for `vcsh pull`
16 * Add support for `vcsh push`
17 * Add retire() to tear down vcsh ENV
18 * Add clone hooks, including one witout vcsh ENV to
19 allow subsequent cloning of other repos
21 * Improve general code robustness
23 2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
26 * Lots of documentation improvements, major rewrite
28 2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
31 * Hide hook execution unless verbose is set
32 * Ancher ignore file to root of Git repo
33 * Implemented basename() to save one process spawn
34 * Improve packaged Zsh completion
35 * Renamed `vcsh setup` to `vcsh upgrade`
36 * Various documentation and spelling improvements
38 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
41 * Introduce `vcsh version`
43 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
47 * Use rm -f when removing a git repo
48 * Fix quoting bug (Debian #699093)
50 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
53 * Improve documentation
56 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
59 * Make `vcsh list` more resilient
60 * Lots of doc improvements
62 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
65 * Fix license information in manpage
67 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
69 * Introduce `vcsh which`
70 * hooks will tell you when they are being executed
71 * Formatting & resilience improvements
72 * We have a changelog, now! (yay)
74 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
76 * Improve documentation
77 * More resilient error handling
80 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
82 * Introduce hook support
84 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
86 * Improve documentation
88 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
90 * Introduce and use .config/vcsh/config
91 * More verbose error handling
92 * Introduce `vcsh {list-tracked,list-tracked-by}`
93 * Introduce repo shortcuts (`vcsh zsh commit`)
94 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
95 * Add license information
97 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
100 * Refactor error handling
101 * Make code more resilient
102 * Make vcsh play nice with mr
103 * Introduce vcsh mv and setup
105 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
108 * Minor refactoring of code
110 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
114 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
116 * Major refactoring of code
120 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
123 * Improve XDG compability
125 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
127 * Yet more documentation improvements
129 * Heed already-defined ENV variables within vcsh
130 * Handle .gitignore.d/$repo automagically
132 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
134 * Major rewrite of all help files
135 * Addition of manpage
137 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
140 * Make help more verbose
143 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
145 * Fixed bug in vcsh clone & init
147 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>