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
gitDiff doesn't parse the move format correctly (RnnnfromPathtoPath) and gitChanges treats unknown specifiers as adds. Together the two incorrectly treat moves as adds to the old location, which is precisely backward.
Discovered in DefinitelyTyped/DefinitelyTyped#68154; whole-package moves are the least common operation on DT, which is probably why we didn't think to test them, and why it took a month for someday to hit this bug.
The text was updated successfully, but these errors were encountered:
gitDiff doesn't parse the move format correctly (
R
nnn fromPath toPath) and gitChanges treats unknown specifiers as adds. Together the two incorrectly treat moves as adds to the old location, which is precisely backward.Discovered in DefinitelyTyped/DefinitelyTyped#68154; whole-package moves are the least common operation on DT, which is probably why we didn't think to test them, and why it took a month for someday to hit this bug.
The text was updated successfully, but these errors were encountered: