You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CaseConflicts handling to work with larger file sets
When running `overcommit --run` with a large set of files,
`CaseConflicts` would call `git ls-tree` with an argument list too large
for the OS to handle. This was exacerbated by the fact that we were
passing the same directory multiple times since we were not returning
the unique set of directories.
0 commit comments