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

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