]> 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 v1.20130829
[code/vcsh.git] / changelog
1 2013-08-29  Richard Hartmann <richih.mailinglist@gmail.com>
2
3         * Release 1.20130829
4         * Add support for `vcsh commit`
5         * Add support for `vcsh status <repo>`
6         * Add pre-/post-init hooks
7         * Documentation improvements
8         * Minor cleanups
9
10 2013-07-24  Richard Hartmann <richih.mailinglist@gmail.com>
11
12         * Release 1.20130724
13         * Add support for `vcsh status`
14         * Improve output of `vcsh pull`
15         * Improve output of `vcsh push`
16         * Minor documentation improvements
17
18 2013-07-23  Richard Hartmann <richih.mailinglist@gmail.com>
19
20         * Release 1.20130723
21         * Support $VCSH_GITIGNORE == none
22         * Documentation improvements,
23         * Improved zsh completion
24         * Add support for `vcsh pull`
25         * Add support for `vcsh push`
26         * Add retire() to tear down vcsh ENV
27         * Add clone hooks, including one witout vcsh ENV to
28           allow subsequent cloning of other repos
29         * Fix `vcsh rename`
30         * Improve general code robustness
31
32 2013-06-14  Richard Hartmann <richih.mailinglist@gmail.com>
33
34         * Release 1.20130614
35         * Lots of documentation improvements, major rewrite
36
37 2013-05-27  Richard Hartmann <richih.mailinglist@gmail.com>
38
39         * Release 1.3
40         * Hide hook execution unless verbose is set
41         * Ancher ignore file to root of Git repo
42         * Implemented basename() to save one process spawn
43         * Improve packaged Zsh completion
44         * Renamed `vcsh setup` to `vcsh upgrade`
45         * Various documentation and spelling improvements
46
47 2013-04-21  Richard Hartmann <richih.mailinglist@gmail.com>
48
49         * Release 1.2
50         * Introduce `vcsh version`
51
52 2013-03-31  Richard Hartmann <richih.mailinglist@gmail.com>
53
54         * Release 1.1
55         * Documentation fixes
56         * Use rm -f when removing a git repo
57         * Fix quoting bug (Debian #699093)
58
59 2013-02-13  Richard Hartmann <richih.mailinglist@gmail.com>
60
61         * Release 1.0.1
62         * Improve documentation
63         * Fix parameter bug
64
65 2012-06-30  Richard Hartmann <richih.mailinglist@gmail.com>
66
67         * Release 1.0
68         * Make `vcsh list` more resilient
69         * Lots of doc improvements
70
71 2012-02-27  Richard Hartmann <richih.mailinglist@gmail.com>
72
73         * Refactor Makefile
74         * Fix license information in manpage
75
76 2012-02-15  Richard Hartmann <richih.mailinglist@gmail.com>
77
78         * Introduce `vcsh which`
79         * hooks will tell you when they are being executed
80         * Formatting & resilience improvements
81         * We have a changelog, now! (yay)
82
83 2012-02-03  Richard Hartmann <richih.mailinglist@gmail.com>
84
85         * Improve documentation
86         * More resilient error handling
87         * Add AUTHORS
88
89 2012-01-16  Richard Hartmann <richih.mailinglist@gmail.com>
90
91         * Introduce hook support
92
93 2011-12-27  Richard Hartmann <richih.mailinglist@gmail.com>
94
95         * Improve documentation
96
97 2011-12-26  Richard Hartmann <richih.mailinglist@gmail.com>
98
99         * Introduce and use .config/vcsh/config
100         * More verbose error handling
101         * Introduce `vcsh {list-tracked,list-tracked-by}`
102         * Introduce repo shortcuts (`vcsh zsh commit`)
103         * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
104         * Add license information
105
106 2011-11-29  Richard Hartmann <richih.mailinglist@gmail.com>
107
108         * Bugfixes
109         * Refactor error handling
110         * Make code more resilient
111         * Make vcsh play nice with mr
112         * Introduce vcsh mv and setup
113
114 2011-11-23  Richard Hartmann <richih.mailinglist@gmail.com>
115
116         * Bugfixes
117         * Minor refactoring of code
118
119 2011-11-22  Richard Hartmann <richih.mailinglist@gmail.com>
120
121         * Bugfixes
122
123 2011-11-20  Richard Hartmann <richih.mailinglist@gmail.com>
124
125         * Major refactoring of code
126         * Rewrite help files
127         * Bugfixes
128
129 2011-11-19  Richard Hartmann <richih.mailinglist@gmail.com>
130
131         * Bugfixes
132         * Improve XDG compability
133
134 2011-11-18  Richard Hartmann <richih.mailinglist@gmail.com>
135
136         * Yet more documentation improvements
137         * Makefile
138         * Heed already-defined ENV variables within vcsh
139         * Handle .gitignore.d/$repo automagically
140
141 2011-11-11  Richard Hartmann <richih.mailinglist@gmail.com>
142
143         * Major rewrite of all help files
144         * Addition of manpage
145
146 2011-10-27  Richard Hartmann <richih.mailinglist@gmail.com>
147
148         * Bugfixes
149         * Make help more verbose
150         * Improve INSTALL
151
152 2011-10-18  Richard Hartmann <richih.mailinglist@gmail.com>
153
154         * Fixed bug in vcsh clone & init
155
156 2011-10-17  Richard Hartmann <richih.mailinglist@gmail.com>
157
158         * Initial release