debian-mirror-gitlab/app/assets/javascripts/repository/queries/commits.query.graphql

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

8 lines
133 B
GraphQL
Raw Normal View History

2019-12-26 22:10:19 +05:30
#import "ee_else_ce/repository/queries/commit.fragment.graphql"
2019-09-30 21:07:59 +05:30
query getCommits {
commits @client {
2019-12-26 22:10:19 +05:30
...TreeEntryCommit
2019-09-30 21:07:59 +05:30
}
}