X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/a8129ccd024e1ceef56cfd8bb45580e98641d8e6..e4b24259cc55b2b8a840b194b7df3c4ed99ba579:/mr?ds=inline diff --git a/mr b/mr index 435fabb..5025e6e 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. @@ -2082,7 +2089,7 @@ help = SHOWMANFILE="man" ;; *) - SHOWMANFILE="man -l" + SHOWMANFILE="man" ;; esac if [ ! -e "$MR_PATH" ]; then