]> git.madduck.net Git - code/vcsh.git/blob - changelog

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Introduce changelog
[code/vcsh.git] / changelog
1 2012-02-03  Richard Hartmann <richih.mailinglist@gmail.com>
2
3         * Improve documentation
4         * More resilient error handling
5         * Add AUTHORS
6
7 2012-01-16  Richard Hartmann <richih.mailinglist@gmail.com>
8
9         * Introduce hook support
10
11 2011-12-27  Richard Hartmann <richih.mailinglist@gmail.com>
12
13         * Improve documentation
14
15 2011-12-26  Richard Hartmann <richih.mailinglist@gmail.com>
16
17         * Introduce and use .config/vcsh/config
18         * More verbose error handling
19         * Introduce `vcsh {list-tracked,list-tracked-by}`
20         * Introduce repo shortcuts (`vcsh zsh commit`)
21         * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
22         * Add license information
23
24 2011-11-29  Richard Hartmann <richih.mailinglist@gmail.com>
25
26         * Bugfixes
27         * Refactor error handling
28         * Make code more resilient
29         * Make vcsh play nice with mr
30         * Introduce vcsh mv and setup
31
32 2011-11-23  Richard Hartmann <richih.mailinglist@gmail.com>
33
34         * Bugfixes
35         * Minor refactoring of code
36
37 2011-11-22  Richard Hartmann <richih.mailinglist@gmail.com>
38
39         * Bugfixes
40
41 2011-11-20  Richard Hartmann <richih.mailinglist@gmail.com>
42
43         * Major refactoring of code
44         * Rewrite help files
45         * Bugfixes
46
47 2011-11-19  Richard Hartmann <richih.mailinglist@gmail.com>
48
49         * Bugfixes
50         * Improve XDG compability
51
52 2011-11-18  Richard Hartmann <richih.mailinglist@gmail.com>
53
54         * Yet more documentation improvements
55         * Makefile
56         * Heed already-defined ENV variables within vcsh
57         * Handle .gitignore.d/$repo automagically
58
59 2011-11-11  Richard Hartmann <richih.mailinglist@gmail.com>
60
61         * Major rewrite of all help files
62         * Addition of manpage
63
64 2011-10-27  Richard Hartmann <richih.mailinglist@gmail.com>
65
66         * Bugfixes
67         * Make help more verbose
68         * Improve INSTALL
69
70 2011-10-18  Richard Hartmann <richih.mailinglist@gmail.com>
71
72         * Fixed bug in vcsh clone & init
73
74 2011-10-17  Richard Hartmann <richih.mailinglist@gmail.com>
75
76         * Initial release