]> 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:

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