debian-mirror-gitlab/app/assets/javascripts/repository/queries/commit.fragment.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
125 B
GraphQL
Raw Normal View History

2019-12-26 22:10:19 +05:30
fragment TreeEntryCommit on LogTreeCommit {
sha
message
2020-05-24 23:13:21 +05:30
titleHtml
2019-12-26 22:10:19 +05:30
committedDate
commitPath
fileName
2021-09-30 23:02:18 +05:30
filePath
2019-12-26 22:10:19 +05:30
}