]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - bin/rgit
Remove trailing whitespace
[perl/modules/rgit.git] / bin / rgit
index 19558a3d85bbf66e8e1777c748e3ab8ce205e62a..36737b25f10f91786511681da7016e7b4330ae10 100755 (executable)
--- 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
 
@@ -183,7 +180,7 @@ The core modules L<Carp>, L<Config>, L<Cwd>, L<Exporter>, L<File::Find>, L<File:
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS