X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=bin%2Frgit;h=101d63470156611295b448ee7562e4272b966304;hb=ab6f258a18f074ed6f18d29d98ea13b6d708e3a2;hp=61d3016ed30cb26f6591b9d2ea89131d37562a2b;hpb=4c6f2bc56bc50a662b2c2625bcc012d4757f9abf;p=perl%2Fmodules%2Frgit.git diff --git a/bin/rgit b/bin/rgit index 61d3016..101d634 100755 --- a/bin/rgit +++ b/bin/rgit @@ -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 @@ -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 *