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

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