We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea2e6f6 + 78b65d6 commit 4a5f2a7Copy full SHA for 4a5f2a7
plugins/gitlab/tasks/commits_converter.go
@@ -33,6 +33,8 @@ func convertToCommitModel(commit *gitlabModels.GitlabCommit) *code.Commit {
33
RepoId: uint64(commit.ProjectId),
34
Message: commit.Message,
35
AuthorName: commit.AuthorName,
36
+ Additions: commit.Additions,
37
+ Deletions: commit.Deletions,
38
AuthorEmail: commit.AuthorEmail,
39
AuthoredDate: commit.AuthoredDate,
40
CommitterName: commit.CommitterName,
0 commit comments