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
{{ message }}
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Using --name-only for git diff only shows the path for the new location.
To test:
git --no-pager diff --name-only -M95 origin/main..HEADYou'll see something like
AMD does not mark both modules (old-module and new-module) as changed.
A fix could be switching from
--name-onlyto--name-status. Using the same rename commit as before:git --no-pager diff --name-status -M95 origin/main..HEADYou'll see something like