]> git.vpit.fr Git - perl/modules/rgit.git/blob - Changes
This is 0.07
[perl/modules/rgit.git] / Changes
1 Revision history for rgit
2
3 0.07    2010-02-24 19:25 UTC
4         + Chg : Policies earned their own set of classes under the
5                 App::Rgit::Policy namespace.
6         + Chg : Object::Tiny is no longer a dependency.
7         + Chg : The module now depends on File::Spec in spite of
8                 File::Spec::Functions.
9         + Chg : Also try to append .exe, .com and .cmd to the end of the git
10                 path on Win32.
11         + Fix : rgit used to run the command in "/path/foo.git" when the root
12                 directory was named "/path/foo/".
13         + Fix : Work around Kwalitee test misfailures.
14         + Opt : The .git directories won't be searched for another repositories
15                 anymore.
16         + Tst : Skip tests when the mock git executable can't be run.
17
18 0.06    2009-01-04 15:35 UTC
19         + Chg : INCOMPATIBLE CHANGE : since ^ is actually an escape character
20                 for cmd.exe, and that there's no good universal escape
21                 character, let's use % for our formats instead.
22         + Fix : Tests on Win32.
23         + Doc : Nits and clarifications.
24
25 0.05    2008-10-21 21:15 UTC
26         + Add : When a command returned non-zero, you are now ask if you want to
27                 fork a shell inside the repository.
28         + Add : The -D command-line switch makes rgit output diagnostics. The
29                 default is quieter than before.
30         + Chg : Perl 5.8 is required.
31         + Upd : META.yml spec updated to 1.4.
32
33 0.04    2008-10-07 22:05 UTC
34         + Add : Command-line switches -V, -I, -K. List::Util isn't required
35                 anymore.
36         + Add : Policies for when a command fail.
37         + Add : Interactive mode.
38         + Fix : Test more portably the returned status of system. POSIX is
39                 required.
40         + Fix : git-gui should be ran once too.
41         + Fix : Setting GIT_DIR didn't really work.
42         + Tst : Coverage down to 95%.
43
44 0.03    2008-10-06 16:45 UTC
45         + Chg : Repositories are now sorted by path before being visited.
46         + Fix : Prefer to chdir() into the working directory, as commands like
47                 pull may need it.
48         + Fix : The root directory can also be a repository.
49         + Tst : Almost reached 98% of coverage.
50
51 0.02    2008-10-05 22:40 UTC
52         + Fix : Missing $VERSION in App::Rgit::Config.
53         + Tst : Don't bundle fake repositories, but create them on the fly.
54         + Tst : Improve coverage up to 97%.
55
56 0.01    2008-10-05 15:45 UTC
57         First version, released on an unsuspecting world.