Andrew Wheeler 4d5bb68d58 status: add -q/--quiet option
The --quiet option reduces the output to just
a list of projects with modified workspaces (and
orphans if -o is specified)

A common use case is when performing a full-workspace
merge.  The integrator will kick-off a merge via:

    repo forall -c git merge <some tag>

And then produce a short list of conflicted projects via:

    repo status -q

The integrator can then iteratively fix and clean up all conficted
components.  The merge is complete when:

    repo status -q

    returns no output.

Change-Id: Ibbba8713eac35befd8287c95948874e23fd5c7e2
2016-10-17 15:24:09 -05:00
..
2013-04-18 21:35:49 +05:30
2014-10-17 15:45:57 -04:00
2015-10-07 15:43:22 -07:00
2012-11-14 12:09:38 +09:00
2016-08-15 09:51:48 +09:00
2013-04-18 21:35:49 +05:30
2012-09-18 09:54:57 +02:00
2016-10-17 15:24:09 -05:00