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