X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=bbd8c43fd0bd6d171ded987f8f26ecea4d795468;hb=84976874ba7cc16560a20dc013ac336fb5aec4b5;hp=04041356edb1ff9c9de9237943306a8dab2de1f6;hpb=19bee8f647bfe6c94c5cb3cf6a60d7a43cbca222;p=perl%2Fmodules%2Frgit.git diff --git a/README b/README index 0404135..bbd8c43 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME directory tree. VERSION - Version 0.01 + 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.