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

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