Add back too status max files check
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user