We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295af50 commit 18cbefbCopy full SHA for 18cbefb
services/pull/comment.go
@@ -14,7 +14,6 @@ import (
14
)
15
16
// getCommitIDsFromRepo get commit IDs from repo in between oldCommitID and newCommitID
17
-// isForcePush will be true if oldCommit isn't on the branch
18
// Commit on baseBranch will skip
19
func getCommitIDsFromRepo(ctx context.Context, repo *repo_model.Repository, oldCommitID, newCommitID, baseBranch string) (commitIDs []string, err error) {
20
gitRepo, closer, err := gitrepo.RepositoryFromContextOrOpen(ctx, repo)
0 commit comments