Quieting ``mr`` output

Michael Henry vcs-home at drmikehenry.com
Wed Jul 1 13:54:17 CEST 2015


On 06/29/2015 05:11 PM, Joey Hess wrote:
> Seems to me that mr -m status is what you seek.

Nice - for the "status" command, that gives quiet results.
Operations like "mr -m update" are still inherently noisy, since
"git pull" isn't itself quiet when there's nothing to do.  In
this case, git generates "Already up-to-date." for each
repository that didn't require updating.  There doesn't seem to
be something similar to the "-m" switch of "mr".  "git pull -q"
is always quiet, even when some work was done.

Michael Henry



More information about the vcs-home mailing list