Revision history for rgit
+0.05 2008-10-21 21:15 UTC
+ + Add : When a command returned non-zero, you are now ask if you want to
+ fork a shell inside the repository.
+ + Add : The -D command-line switch makes rgit output diagnostics. The
+ default is quieter than before.
+ + Chg : Perl 5.8 is required.
+ + Upd : META.yml spec updated to 1.4.
+
0.04 2008-10-07 22:05 UTC
+ Add : Command-line switches -V, -I, -K. List::Util isn't required
anymore.
--- #YAML:1.0
-name: rgit
-version: 0.04
-abstract: Recursively execute a command on all the git repositories in a directory tree.
-license: perl
-author:
+name: rgit
+version: 0.05
+abstract: Recursively execute a command on all the git repositories in a directory tree.
+author:
- Vincent Pit <perl@profvince.com>
-generated_by: ExtUtils::MakeMaker version 6.42
-distribution_type: module
-requires:
- Carp: 0
- Config: 0
- Cwd: 0
- Exporter: 0
- File::Find: 0
- File::Spec::Functions: 0
- Object::Tiny: 0
- POSIX: 0
+license: perl
+distribution_type: module
+configure_requires:
+ ExtUtils::MakeMaker: 0
+requires:
+ Carp: 0
+ Cwd: 0
+ Exporter: 0
+ File::Find: 0
+ File::Spec::Functions: 0
+ Object::Tiny: 0
+ POSIX: 0
+no_index:
+ directory:
+ - t
+ - inc
+generated_by: ExtUtils::MakeMaker version 6.46
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
- version: 1.3
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
build_requires:
Cwd: 0
ExtUtils::MakeMaker: 0
directory tree.
VERSION
- Version 0.04
+ Version 0.05
SYNOPSIS
- rgit [-K|-V|-I] [GIT_OPTIONS] COMMAND [COMMAND_ARGS]
+ rgit [-K|-I|-D|-V] [GIT_OPTIONS] COMMAND [COMMAND_ARGS]
DESCRIPTION
This utility recursively searches in the current directory (or in the
Term::ReadKey to be installed. This lets you choose interactively
what to do when one of the commands returns a non-zero status.
+ * "-D"
+
+ Outputs diagnostics.
+
* "-V"
Outputs the version.
GIT_DIR="/foo/bar" rgit remote add host git://host/qux/^b
DEPENDENCIES
- The core modules Carp, "Config", Cwd, Exporter, File::Find,
+ The core modules Carp, Config, Cwd, Exporter, File::Find,
File::Spec::Functions and POSIX.
Object::Tiny.
our $VERSION;
BEGIN {
- $VERSION = '0.04';
+ $VERSION = '0.05';
}
my %opts;
=head1 VERSION
-Version 0.04
+Version 0.05
=head1 SYNOPSIS
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 DESCRIPTION
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 DESCRIPTION
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 DESCRIPTION
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 DESCRIPTION
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 DESCRIPTION
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 DESCRIPTION
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 DESCRIPTION
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 DESCRIPTION