]> git.vpit.fr Git - perl/modules/rgit.git/blob - Changes
This is 0.04
[perl/modules/rgit.git] / Changes
1 Revision history for rgit
2
3 0.04    2008-10-07 22:05 UTC
4         + Add : Command-line switches -V, -I, -K. List::Util isn't required
5                 anymore.
6         + Add : Policies for when a command fail.
7         + Add : Interactive mode.
8         + Fix : Test more portably the returned status of system. POSIX is
9                 required.
10         + Fix : git-gui should be ran once too.
11         + Fix : Setting GIT_DIR didn't really work.
12         + Tst : Coverage down to 95%.
13
14 0.03    2008-10-06 16:45 UTC
15         + Chg : Repositories are now sorted by path before being visited.
16         + Fix : Prefer to chdir() into the working directory, as commands like
17                 pull may need it.
18         + Fix : The root directory can also be a repository.
19         + Tst : Almost reached 98% of coverage.
20
21 0.02    2008-10-05 22:40 UTC
22         + Fix : Missing $VERSION in App::Rgit::Config.
23         + Tst : Don't bundle fake repositories, but create them on the fly.
24         + Tst : Improve coverage up to 97%.
25
26 0.01    2008-10-05 15:45 UTC
27         First version, released on an unsuspecting world.