Searched refs:SHA (Results 1 – 2 of 2) sorted by relevance
| /developtools/integration_verification/tools/fotff/vcs/gitee/ |
| D | compare.go | 40 SHA string `json:"sha"` member 48 SHA string `json:"sha"` 72 if head, err = GetCommit(owner, repo, head.Parents[0].SHA); err != nil { 93 if head, err = GetCommit(owner, repo, head.Parents[0].SHA); err != nil { 109 if commit.SHA != head { 115 head = commit.Parents[0].SHA
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 227 tmp[m.SHA] = m 253 if commit, err = gitee.GetCommit(commit.Owner, commit.Repo, commit.SHA); err != nil { 276 pu.P2.Revision = lastCommit.SHA 350 newManifest.UpdateManifestProject(mr.Repo, "", "", mr.SHA, false)
|