]> git.vpit.fr Git - perl/modules/rgit.git/commitdiff
This is 0.08 v0.08
authorVincent Pit <vince@profvince.com>
Fri, 5 Mar 2010 23:58:34 +0000 (00:58 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 5 Mar 2010 23:58:34 +0000 (00:58 +0100)
17 files changed:
Changes
META.yml
README
bin/rgit
lib/App/Rgit.pm
lib/App/Rgit/Command.pm
lib/App/Rgit/Command/Each.pm
lib/App/Rgit/Command/Once.pm
lib/App/Rgit/Config.pm
lib/App/Rgit/Config/Default.pm
lib/App/Rgit/Guard.pm
lib/App/Rgit/Policy.pm
lib/App/Rgit/Policy/Default.pm
lib/App/Rgit/Policy/Interactive.pm
lib/App/Rgit/Policy/Keep.pm
lib/App/Rgit/Repository.pm
lib/App/Rgit/Utils.pm

diff --git a/Changes b/Changes
index 77054908230d251e4b5d44b77580e6938612e432..80e81532e1fd640ac918c1b48253be70b57e9692 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for rgit
 
+0.08    2010-03-06 00:00 UTC
+        + Fix : Only apply abs_path() to paths that are either relative or that
+                contains '..'. This should fix test failures on Mac OS X.
+
 0.07    2010-02-24 19:25 UTC
         + Chg : Policies earned their own set of classes under the
                 App::Rgit::Policy namespace.
index 13d20b6bb9c538259b11876c0acb4bb9ea923383..6430f0d7ace9cc09bed050e0742da52a7f526fdb 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               rgit
-version:            0.07
+version:            0.08
 abstract:           Recursively execute a command on all the git repositories in a directory tree.
 author:
     - Vincent Pit <perl@profvince.com>
diff --git a/README b/README
index fbb30f04df6356c11b3be1ab663a2c8b69815d41..90440a6bbb16b4ea4c0234062b4070bffd33382e 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     directory tree.
 
 VERSION
-    Version 0.07
+    Version 0.08
 
 SYNOPSIS
         rgit [-K|-I|-D|-V] [GIT_OPTIONS] COMMAND [COMMAND_ARGS]
index 2b8a212f7bf52d83218b52b9c71675b57e6931a1..61f9456db6dcaff3b8e0f5ca27369657c55e3469 100755 (executable)
--- a/bin/rgit
+++ b/bin/rgit
@@ -13,7 +13,7 @@ use App::Rgit::Policy;
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.07';
+ $VERSION = '0.08';
 }
 
 my %opts;
@@ -64,7 +64,7 @@ rgit - Recursively execute a command on all the git repositories in a directory
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =head1 SYNOPSIS
 
index 4231436c9329e7ea38dbefda18c1c5252698808f..6b43f16a071e63439d25a8bfc58245e055fe99b2 100644 (file)
@@ -12,11 +12,11 @@ App::Rgit - Backend that supports the rgit utility.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 60b23e339474edbf29500a397f714f4162f99581..5edd9c284d15915bbb8ec8f5c960d02de7305016 100644 (file)
@@ -13,11 +13,11 @@ App::Rgit::Command - Base class for App::Rgit commands.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 3666c6320681565ed49660520ca5cab613f31ba0..b50e18040c60df1f202878cb5179dedef3f91e4d 100644 (file)
@@ -14,11 +14,11 @@ App::Rgit::Command::Each - Class for commands to execute for each repository.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 8186d2e1135a9a5bd84f3b3a5320bca4d9047f2e..630f25220e25a3b8db0cc7d1e6ed5f0bc132cff6 100644 (file)
@@ -11,11 +11,11 @@ App::Rgit::Command::Once - Class for commands to execute only once.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 23874c5f0784a94c8d19508f1459d7011ac477c6..29ebd7bd42b81445dda9ff07fea62e8861990cdc 100644 (file)
@@ -18,11 +18,11 @@ App::Rgit::Config - Base class for App::Rgit configurations.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 1544e4735bcbc1a9bffb971b58e02bab2197058b..a1bfc77f71ba628deb5bd8694cbc958e28a1e2eb 100644 (file)
@@ -15,11 +15,11 @@ App::Rgit::Config::Default - Default App::Rgit configuration class.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index ad6b2296d9efca2b02dcaab57a3186163828d873..6bcd078fe48accb09a0a2a939699f562db17884c 100644 (file)
@@ -9,11 +9,11 @@ App::Rgit::Guard - Scope guard helper for App::Rgit.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index a24a300ab329adcb869a4e2d33022777f7bc55e3..d48141769f5511f60e920d5b28298f34102b1b0c 100644 (file)
@@ -9,11 +9,11 @@ App::Rgit::Policy - Base class for App::Rgit policies.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 7164b453df0d678799ac21171d5618353ac44367..5c8203bacdcf2cc6a4ccd0c9125a245ee88cf08d 100644 (file)
@@ -13,11 +13,11 @@ App::Rgit::Policy::Default - The default policy that stops on error.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 26eef247f4beca4cf361dd62ef0515b91aca29da..27e12c962bdac54a0bc5523667b628b49d58da31 100644 (file)
@@ -15,11 +15,11 @@ App::Rgit::Policy::Interactive - A policy that asks what to do on error.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 230518ad1270f5546f7b93ada7380e426827c8e5..82b6a48b9710a9f9f0b957f7dc974699183265a7 100644 (file)
@@ -13,11 +13,11 @@ App::Rgit::Policy::Keep - A policy that ignores errors.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index c340942a820487e1df2650270a1255b423e45b43..fbf3f8619f0ff5ec7a1dcea3d34eaf07f5fcc1c9 100644 (file)
@@ -28,11 +28,11 @@ App::Rgit::Repository - Class representing a Git repository.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 21004ded2730d2b2196c92a48355ddb4bcdc43c7..c081d9b99cb5ed4453abbaac78eea9b3241a7330 100644 (file)
@@ -12,11 +12,11 @@ App::Rgit::Utils - Miscellaneous utilities for App::Rgit classes.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION