Closed
Description
Steps to reproduce:
- Run a baseline export without committing: do ##class(SourceControl.Git.API).BaselineExport("")
- Confirm in the Git WebUI that some files were added to source control
- From the file system, delete one of the added files.
- In the Git WebUI, check "select all files" and attempt to commit.
I get an error message:
error: pathspec 'cls/pbarton7/test50.cls' did not match any file(s) known to git
The use case this might be an issue for is if I have a large baseline export, but there are some files I don't want included so I delete them from the file system. This puts us into an edge case where committing should work but does not.