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