X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=README;h=90440a6bbb16b4ea4c0234062b4070bffd33382e;hp=1f54967a3b87b2c521fc73b386858e0aa37b7442;hb=HEAD;hpb=787cc59d827d22afa8a3100daa42e5b9df3fe50d diff --git a/README b/README index 1f54967..90440a6 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME directory tree. VERSION - Version 0.06 + Version 0.08 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.