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

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