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

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