1 Revision history for rgit
3 0.06 2009-01-04 15:35 UTC
4 + Chg : INCOMPATIBLE CHANGE : since ^ is actually an escape character
5 for cmd.exe, and that there's no good universal escape
6 character, let's use % for our formats instead.
7 + Fix : Tests on Win32.
8 + Doc : Nits and clarifications.
10 0.05 2008-10-21 21:15 UTC
11 + Add : When a command returned non-zero, you are now ask if you want to
12 fork a shell inside the repository.
13 + Add : The -D command-line switch makes rgit output diagnostics. The
14 default is quieter than before.
15 + Chg : Perl 5.8 is required.
16 + Upd : META.yml spec updated to 1.4.
18 0.04 2008-10-07 22:05 UTC
19 + Add : Command-line switches -V, -I, -K. List::Util isn't required
21 + Add : Policies for when a command fail.
22 + Add : Interactive mode.
23 + Fix : Test more portably the returned status of system. POSIX is
25 + Fix : git-gui should be ran once too.
26 + Fix : Setting GIT_DIR didn't really work.
27 + Tst : Coverage down to 95%.
29 0.03 2008-10-06 16:45 UTC
30 + Chg : Repositories are now sorted by path before being visited.
31 + Fix : Prefer to chdir() into the working directory, as commands like
33 + Fix : The root directory can also be a repository.
34 + Tst : Almost reached 98% of coverage.
36 0.02 2008-10-05 22:40 UTC
37 + Fix : Missing $VERSION in App::Rgit::Config.
38 + Tst : Don't bundle fake repositories, but create them on the fly.
39 + Tst : Improve coverage up to 97%.
41 0.01 2008-10-05 15:45 UTC
42 First version, released on an unsuspecting world.