Revision history for rgit
+0.03 2008-10-06 16:45 UTC
+ + Chg : Repositories are now sorted by path before being visited.
+ + Fix : Prefer to chdir() into the working directory, as commands like
+ pull may need it.
+ + Fix : The root directory can also be a repository.
+ + Tst : Almost reached 98% of coverage.
+
0.02 2008-10-05 22:40 UTC
+ Fix : Missing $VERSION in App::Rgit::Config.
+ Tst : Don't bundle fake repositories, but create them on the fly.
directory tree.
VERSION
- Version 0.02
+ Version 0.03
SYNOPSIS
rgit [GIT_OPTIONS] COMMAND [COMMAND_ARGS]
DESCRIPTION
This utility recursively searches in the current directory (or in the
directory given by the "GIT_DIR" environment variable if it's set) for
- all git repositories, "chdir" into each of them, and executes the
- specified git command. Moreover, those formats are substuted in the
- arguments before running the command :
+ all git repositories, sort this list by the repository path, "chdir"
+ into each of them, and executes the specified git command. Moreover,
+ those formats are substuted in the arguments before running the command
+ :
* "^n" with the current repository name.
* "^b" with a "bareified" relative path, i.e. "^g" if this is a bare
repository, and "^w.git" otherwise.
- * "^B" is the absolute version of the "bareified" path.
+ * "^B" with an absolute version of the "bareified" path.
* "^R" with the absolute path to the current root directory.