X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=Changes;fp=Changes;h=a7ec790b2400421f2a6888cfea7d78d0508e7e24;hp=ebda156fdf59f399d83a0c9a1008e977b14c2395;hb=67e585ffae69ce0c350a920658738d7864b1d54a;hpb=17bcb9a2dcb825086561f0c410ae5cbf6f7eb7c7 diff --git a/Changes b/Changes index ebda156..a7ec790 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for rgit +0.03 2008-10-06 16:45 UTC + + Chg : Repositories are now sorted by path before being visited. + + Fix : Prefer to chdir() into the working directory, as commands like + pull may need it. + + Fix : The root directory can also be a repository. + + Tst : Almost reached 98% of coverage. + 0.02 2008-10-05 22:40 UTC + Fix : Missing $VERSION in App::Rgit::Config. + Tst : Don't bundle fake repositories, but create them on the fly.