]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - README
This is 0.07
[perl/modules/rgit.git] / README
diff --git a/README b/README
index 1f54967a3b87b2c521fc73b386858e0aa37b7442..fbb30f04df6356c11b3be1ab663a2c8b69815d41 100644 (file)
--- 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, "<perl at profvince.com>", <http://profvince.com>.
@@ -110,7 +112,7 @@ SUPPORT
     <http://www.profvince.com/perl/cover/rgit>.
 
 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.