X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=bin%2Frgit;h=61f9456db6dcaff3b8e0f5ca27369657c55e3469;hb=d0da71e7e3c01c4c5346ad0c9504faf4c34c43f8;hp=19558a3d85bbf66e8e1777c748e3ab8ce205e62a;hpb=1df4b5b8d8d71567094a0c6ec3702ab71b614bd9;p=perl%2Fmodules%2Frgit.git diff --git a/bin/rgit b/bin/rgit index 19558a3..61f9456 100755 --- a/bin/rgit +++ b/bin/rgit @@ -13,7 +13,7 @@ use App::Rgit::Policy; our $VERSION; BEGIN { - $VERSION = '0.06'; + $VERSION = '0.08'; } my %opts; @@ -43,12 +43,9 @@ if (not defined $policy) { setpgrp 0, 0 if $Config{d_setpgrp}; -my $root = $ENV{GIT_DIR}; -$root = cwd unless defined $root; - my $ar = App::Rgit->new( git => undef, # Autodiscovery - root => $root, + root => undef, # Autodiscovery cmd => $cmd, args => \@ARGV, policy => $policy, @@ -67,7 +64,7 @@ rgit - Recursively execute a command on all the git repositories in a directory =head1 VERSION -Version 0.06 +Version 0.08 =head1 SYNOPSIS