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
I'm getting only the new file path for renamed files. Is there a way to get also the previous path?
With --stat or --numstat, I can get file renames in a format like this: src/{foo.txt => bar.txt}, but it's not easy to parse, and I'd like to have file statuses as well.
The text was updated successfully, but these errors were encountered:
With this call:
I'm getting only the new file path for renamed files. Is there a way to get also the previous path?
With
--stat
or--numstat
, I can get file renames in a format like this:src/{foo.txt => bar.txt}
, but it's not easy to parse, and I'd like to have file statuses as well.The text was updated successfully, but these errors were encountered: