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