summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repository/queries/commit.fragment.graphql
blob: 9bb13c475c77ebde75495fc62403ce949f98363c (plain)
1
2
3
4
5
6
7
8
fragment TreeEntryCommit on LogTreeCommit {
  sha
  message
  committedDate
  commitPath
  fileName
  type
}