omitting repo headers with 'mr run'

2012-02-11 Thread Adam Spiers
Hi all, I have just coded git-wip[1], a little utility which returns true if the current repo has any work in progress, i.e. commits out of sync with upstream, or unmodified/untracked files. I would like to run this across all my repositories via `mr wip', so I wrote the following mr action:

Re: omitting repo headers with 'mr run'

2012-02-11 Thread Michael Henry
On 02/11/2012 08:27 AM, Adam Spiers wrote: > However, if I have (say) 70 repositories and only two of them > have work in progress, `mr wip' outputs about 150 lines, of > which only 10 lines are useful. [...] Is there any existing > way I can make it only output the repositories for which the > git