]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - bin/rgit
Really use the root in the Config constructor
[perl/modules/rgit.git] / bin / rgit
index 6b45da539e66840042e8aae6f0214b7dda8ea73b..559fd9fbc39e0a32ba1c3a246903dec670ae8992 100755 (executable)
--- a/bin/rgit
+++ b/bin/rgit
@@ -10,7 +10,7 @@ use List::Util qw/first/;
 
 use App::Rgit;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 my $cmd = first { !/^-/ } @ARGV;
 $cmd = ' ' unless defined $cmd;
@@ -45,7 +45,7 @@ rgit - Recursively execute a command on all the git repositories in a directory
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =head1 SYNOPSIS
 
@@ -84,7 +84,7 @@ C<^b> with a "bareified" relative path, i.e. C<^g> if this is a bare repository,
 
 =item *
 
-C<^B> is the absolute version of the "bareified" path.
+C<^B> with an absolute version of the "bareified" path.
 
 =item *