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

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