X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=README;fp=README;h=fbb30f04df6356c11b3be1ab663a2c8b69815d41;hp=1f54967a3b87b2c521fc73b386858e0aa37b7442;hb=3ff07b59ff41754a77105973a4f1e9d6d25b2c3a;hpb=d02d080e923caf7eafd646d39122c84d1e53178d diff --git a/README b/README index 1f54967..fbb30f0 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME directory tree. VERSION - Version 0.06 + Version 0.07 SYNOPSIS rgit [-K|-I|-D|-V] [GIT_OPTIONS] COMMAND [COMMAND_ARGS] @@ -13,8 +13,12 @@ DESCRIPTION current working directory or - if it has been set - the directory given by the "GIT_DIR" environment variable) for all git repositories, sort this list by the repository path, "chdir" into each of them, and - executes the specified git command. Moreover, those formats are - substituted in the arguments before running the command : + executes the specified git command. For efficiency reasons, repositories + located inside a bare repository or under the .git directory of a work + repository won't be searched for. + + Moreover, those formats are substituted in the arguments before running + the command : * %n with the current repository name. @@ -84,10 +88,8 @@ EXAMPLES GIT_DIR="/foo/bar" rgit remote add host git://host/qux/%b DEPENDENCIES - The core modules Carp, Config, Cwd, Exporter, File::Find, - File::Spec::Functions and POSIX. - - Object::Tiny. + The core modules Carp, Config, Cwd, Exporter, File::Find, File::Spec and + POSIX. AUTHOR Vincent Pit, "", . @@ -110,7 +112,7 @@ SUPPORT . COPYRIGHT & LICENSE - Copyright 2008-2009 Vincent Pit, all rights reserved. + Copyright 2008,2009,2010 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.