This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Commit 5e3ed4f
authored
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-38201 parent 8161d72 commit 5e3ed4f
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1452 | 1452 | | |
1453 | 1453 | | |
1454 | 1454 | | |
| 1455 | + | |
1455 | 1456 | | |
1456 | 1457 | | |
1457 | 1458 | | |
| |||
0 commit comments