]> git.vpit.fr Git - perl/modules/rgit.git/blob - Changes
Remove trailing CRLFs before testing what we received
[perl/modules/rgit.git] / Changes
1 Revision history for rgit
2
3 0.05    2008-10-21 21:15 UTC
4         + Add : When a command returned non-zero, you are now ask if you want to
5                 fork a shell inside the repository.
6         + Add : The -D command-line switch makes rgit output diagnostics. The
7                 default is quieter than before.
8         + Chg : Perl 5.8 is required.
9         + Upd : META.yml spec updated to 1.4.
10
11 0.04    2008-10-07 22:05 UTC
12         + Add : Command-line switches -V, -I, -K. List::Util isn't required
13                 anymore.
14         + Add : Policies for when a command fail.
15         + Add : Interactive mode.
16         + Fix : Test more portably the returned status of system. POSIX is
17                 required.
18         + Fix : git-gui should be ran once too.
19         + Fix : Setting GIT_DIR didn't really work.
20         + Tst : Coverage down to 95%.
21
22 0.03    2008-10-06 16:45 UTC
23         + Chg : Repositories are now sorted by path before being visited.
24         + Fix : Prefer to chdir() into the working directory, as commands like
25                 pull may need it.
26         + Fix : The root directory can also be a repository.
27         + Tst : Almost reached 98% of coverage.
28
29 0.02    2008-10-05 22:40 UTC
30         + Fix : Missing $VERSION in App::Rgit::Config.
31         + Tst : Don't bundle fake repositories, but create them on the fly.
32         + Tst : Improve coverage up to 97%.
33
34 0.01    2008-10-05 15:45 UTC
35         First version, released on an unsuspecting world.