Ideas for refactoring: * convert clean/dirty repo filtering block to a function (https://github.com/truth-quark/vcstat/blob/refactor/reporting/vcstat/vcstat.py#L81-L88) * convert printing code to separate `report()` * modify `print_git_status()` to return formatted strings, do all printing in `report()`
Ideas for refactoring:
report()print_git_status()to return formatted strings, do all printing inreport()