X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/5003e25e63ac49173ce330ef23eab08e0d7e034d..3907683a397d068d22d1a86ed416f8710092439e:/mr diff --git a/mr b/mr index 435fabb..bdf0c3c 100755 --- a/mr +++ b/mr @@ -24,6 +24,8 @@ B [options] diff B [options] log +B [options] grep pattern + B [options] run command [param ...] B [options] bootstrap url [directory] @@ -113,6 +115,11 @@ Show a diff of uncommitted changes. Show the commit log. +=item grep pattern + +Searches for a pattern in each repository using the grep subcommand. Uses +ack-grep on VCS that do not have their own. + =item run command [param ...] Runs the specified command in each repository.