X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=bin%2Frgit;h=6531094472de7b29ca98bedcd9a8e2c15060c8d3;hb=67e585ffae69ce0c350a920658738d7864b1d54a;hp=559fd9fbc39e0a32ba1c3a246903dec670ae8992;hpb=70c26265e3b77e713d1c9b39824526b3e1d2ad18;p=perl%2Fmodules%2Frgit.git diff --git a/bin/rgit b/bin/rgit index 559fd9f..6531094 100755 --- a/bin/rgit +++ b/bin/rgit @@ -10,7 +10,7 @@ use List::Util qw/first/; use App::Rgit; -our $VERSION = '0.02'; +our $VERSION = '0.03'; 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.02 +Version 0.03 =head1 SYNOPSIS @@ -53,7 +53,7 @@ Version 0.02 =head1 DESCRIPTION -This utility recursively searches in the current directory (or in the directory given by the C environment variable if it's set) for all git repositories, C into each of them, and executes the specified git command. +This utility recursively searches in the current directory (or in the directory given by the C environment variable if it's set) for all git repositories, sort this list by the repository path, C into each of them, and executes the specified git command. Moreover, those formats are substuted in the arguments before running the command : =over 4