]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - bin/rgit
Bump copyright year
[perl/modules/rgit.git] / bin / rgit
index ef988520d4627d32bbfe4a9fe18f82527ceb937e..c791124c494c6d4cd275a336510b0a52d8639f68 100755 (executable)
--- a/bin/rgit
+++ b/bin/rgit
@@ -89,7 +89,7 @@ Version 0.06
 =head1 DESCRIPTION
 
 This utility recursively searches in a root directory (which may be the current working directory or - if it has been set - the directory given by the C<GIT_DIR> environment variable) for all git repositories, sort this list by the repository path, C<chdir> into each of them, and executes the specified git command.
-For efficiency reasons, repositories located inside another repository won't be searched for.
+For efficiency reasons, repositories located inside a bare repository or under the F<.git> directory of a work repository won't be searched for.
 
 Moreover, those formats are substituted in the arguments before running the command :
 
@@ -213,7 +213,7 @@ Tests code coverage report is available at L<http://www.profvince.com/perl/cover
 
 =head1 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.