]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - bin/rgit
This is 0.04
[perl/modules/rgit.git] / bin / rgit
index 06364ade2f4f0b7321b5a061dd98969f6b94f7c8..c823ba87186d75ffb4d9e821d49e7b51cbbc17ab 100755 (executable)
--- a/bin/rgit
+++ b/bin/rgit
@@ -13,7 +13,7 @@ use App::Rgit;
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.03';
+ $VERSION = '0.04';
 }
 
 my %opts;
@@ -98,7 +98,7 @@ rgit - Recursively execute a command on all the git repositories in a directory
 
 =head1 VERSION
 
-Version 0.03
+Version 0.04
 
 =head1 SYNOPSIS
 
@@ -173,7 +173,7 @@ The default policy is to stop whenever an error occured.
 
 C<-I>
 
-Enables interactive mode.
+Enables interactive mode when the standard input is a tty.
 Requires L<Term::ReadKey> to be installed.
 This lets you choose interactively what to do when one of the commands returns a non-zero status.
 
@@ -201,7 +201,7 @@ Add a remote to all repositories in "/foo/bar" to their bare counterpart in C<qu
 
 =head1 DEPENDENCIES
 
-The core modules L<Carp>, L<Cwd>, L<Exporter>, L<File::Find>, L<File::Spec::Functions> and L<POSIX>.
+The core modules L<Carp>, C<Config>, L<Cwd>, L<Exporter>, L<File::Find>, L<File::Spec::Functions> and L<POSIX>.
 
 L<Object::Tiny>.