We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git.FileStatus[.getChangedFiles] does not report renamed files but fails with Unknown file status
Git.FileStatus
.getChangedFiles
Unknown file status
Git.FileStatus.getChangedFiles "." <currentHash> ""
Git.FileStatus.getChangedFiles reports renamed file as either:
Git.FileStatus.getChangedFiles
Fails with exception
None
My current use-case is not depending on either having Renamed or Deleted / Added but rather not failing. I favor adding a Renamed case to FileInfo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Git.FileStatus
[.getChangedFiles
] does not report renamed files but fails withUnknown file status
Repro steps
Git.FileStatus.getChangedFiles "." <currentHash> ""
Expected behavior
Git.FileStatus.getChangedFiles
reports renamed file as either:Actual behavior
Fails with exception
Known workarounds
None
Related information
My current use-case is not depending on either having Renamed or Deleted / Added but rather not failing. I favor adding a Renamed case to FileInfo.
The text was updated successfully, but these errors were encountered: