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
diffcore-rename: check if we have enough renames for directories early on
As noted in the past two commits, we only need to track dir_rename_count
for directories that we directly need directory renames for. Further,
now that we are tracking the number of unmatched pairs for each
directory left to count, we can determine if a directory already has
enough renames to determine how directory rename detection will go for
that directory. For such directories, demote them from
RELEVANT_FOR_SELF to RELEVANT_FOR_ANCESTOR, as there still may be an
ancestor of that directory that we need renames for.
The next commit will use this information to update individual paths in
relevant_sources.
Signed-off-by: Elijah Newren <[email protected]>
0 commit comments