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
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.
The text was updated successfully, but these errors were encountered:
I don't see this as high priority because you need to delete from the filesystem. Re-running git status (which happens in a bunch of different ways) should clear things up in the uncommitted queue. If it doesn't then I'd bump the priority on this to Q3/Q4.
Steps to reproduce:
I get an error message:
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.
The text was updated successfully, but these errors were encountered: