This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug with project PUTs without commit SHAs (#10942)
If a project PUT had a sourceBranch but no commit SHA, it was not checking out anything and staying with the default branch's tip. Now a PUT with a sourceBranch and no SHA checks out that branch. Specifying a commit will always checkout that commit. Resolves IR-3820
- Loading branch information