X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=README;fp=README;h=bbd8c43fd0bd6d171ded987f8f26ecea4d795468;hp=2403748ae726f6022e3fbf4a20c581708ea219f4;hb=67e585ffae69ce0c350a920658738d7864b1d54a;hpb=17bcb9a2dcb825086561f0c410ae5cbf6f7eb7c7 diff --git a/README b/README index 2403748..bbd8c43 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME directory tree. VERSION - Version 0.02 + Version 0.03 SYNOPSIS rgit [GIT_OPTIONS] COMMAND [COMMAND_ARGS] @@ -11,9 +11,10 @@ SYNOPSIS 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. @@ -30,7 +31,7 @@ DESCRIPTION * "^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.