Add back too status max files check

This commit is contained in:
Willa Drengwitz
2018-08-31 13:51:34 -04:00
parent e789faa1fd
commit f0ef9b06f6

View File

@@ -37,6 +37,7 @@ class GitStatus
end
def report
exit if all_changes.length > ENV["gs_max_changes"].to_i
print_header
print_groups
puts filelist if @grouped_changes.any?