X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=bin%2Frgit;h=c823ba87186d75ffb4d9e821d49e7b51cbbc17ab;hp=06364ade2f4f0b7321b5a061dd98969f6b94f7c8;hb=ce5091c087229219cf4dc879fb0d2dcab808b885;hpb=5578058510412fff726cb88b2c78075c43c59303 diff --git a/bin/rgit b/bin/rgit index 06364ad..c823ba8 100755 --- 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 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, L, L, L, L and L. +The core modules L, C, L, L, L, L and L. L.