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-23 Richard Hartmann <richih.mailinglist@gmail.com>
4 * Support $VCSH_GITIGNORE == none
5 * Documentation improvements,
6 * Improved zsh completion
7 * Add support for `vcsh pull`
8 * Add support for `vcsh push`
9 * Add retire() to tear down vcsh ENV
10 * Add clone hooks, including one witout vcsh ENV to
11 allow subsequent cloning of other repos
13 * Improve general code robustness
15 2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
18 * Lots of documentation improvements, major rewrite
20 2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
23 * Hide hook execution unless verbose is set
24 * Ancher ignore file to root of Git repo
25 * Implemented basename() to save one process spawn
26 * Improve packaged Zsh completion
27 * Renamed `vcsh setup` to `vcsh upgrade`
28 * Various documentation and spelling improvements
30 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
33 * Introduce `vcsh version`
35 2013-03-31 Richard Hartmann <richih.mailinglist@gmail.com>
39 * Use rm -f when removing a git repo
40 * Fix quoting bug (Debian #699093)
42 2013-02-13 Richard Hartmann <richih.mailinglist@gmail.com>
45 * Improve documentation
48 2012-06-30 Richard Hartmann <richih.mailinglist@gmail.com>
51 * Make `vcsh list` more resilient
52 * Lots of doc improvements
54 2012-02-27 Richard Hartmann <richih.mailinglist@gmail.com>
57 * Fix license information in manpage
59 2012-02-15 Richard Hartmann <richih.mailinglist@gmail.com>
61 * Introduce `vcsh which`
62 * hooks will tell you when they are being executed
63 * Formatting & resilience improvements
64 * We have a changelog, now! (yay)
66 2012-02-03 Richard Hartmann <richih.mailinglist@gmail.com>
68 * Improve documentation
69 * More resilient error handling
72 2012-01-16 Richard Hartmann <richih.mailinglist@gmail.com>
74 * Introduce hook support
76 2011-12-27 Richard Hartmann <richih.mailinglist@gmail.com>
78 * Improve documentation
80 2011-12-26 Richard Hartmann <richih.mailinglist@gmail.com>
82 * Introduce and use .config/vcsh/config
83 * More verbose error handling
84 * Introduce `vcsh {list-tracked,list-tracked-by}`
85 * Introduce repo shortcuts (`vcsh zsh commit`)
86 * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
87 * Add license information
89 2011-11-29 Richard Hartmann <richih.mailinglist@gmail.com>
92 * Refactor error handling
93 * Make code more resilient
94 * Make vcsh play nice with mr
95 * Introduce vcsh mv and setup
97 2011-11-23 Richard Hartmann <richih.mailinglist@gmail.com>
100 * Minor refactoring of code
102 2011-11-22 Richard Hartmann <richih.mailinglist@gmail.com>
106 2011-11-20 Richard Hartmann <richih.mailinglist@gmail.com>
108 * Major refactoring of code
112 2011-11-19 Richard Hartmann <richih.mailinglist@gmail.com>
115 * Improve XDG compability
117 2011-11-18 Richard Hartmann <richih.mailinglist@gmail.com>
119 * Yet more documentation improvements
121 * Heed already-defined ENV variables within vcsh
122 * Handle .gitignore.d/$repo automagically
124 2011-11-11 Richard Hartmann <richih.mailinglist@gmail.com>
126 * Major rewrite of all help files
127 * Addition of manpage
129 2011-10-27 Richard Hartmann <richih.mailinglist@gmail.com>
132 * Make help more verbose
135 2011-10-18 Richard Hartmann <richih.mailinglist@gmail.com>
137 * Fixed bug in vcsh clone & init
139 2011-10-17 Richard Hartmann <richih.mailinglist@gmail.com>