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 _______________________________________________ vcs-home mailing list [email protected] http://lists.madduck.net/listinfo/vcs-home
