
This is a small utility to scan a parent directory for all git repos under it and spit
out stats.

- commits ahead upstream
- commits behind upstream
- untracked files 
- modified files since last commit 

Clicking on an entry will show some quick stats in the right hand pane.

checkbox options to not include:
  - fatal upstream errors (ie no remote, remote doesnt exist, etc)
  - hide repos that are completely up to date 
  
main list has a filter option and column sorting.

I was lazy and this project requires an open source library:

https://sandsprite.com/openSource.php?id=98

You can either rip the classes you want and include them directly in this project or just
compile a copy of it yourself.  (lots of extra stuff in there though)

