summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repository/queries/commit.fragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/repository/queries/commit.fragment.graphql')
-rw-r--r--app/assets/javascripts/repository/queries/commit.fragment.graphql8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/javascripts/repository/queries/commit.fragment.graphql b/app/assets/javascripts/repository/queries/commit.fragment.graphql
new file mode 100644
index 00000000000..9bb13c475c7
--- /dev/null
+++ b/app/assets/javascripts/repository/queries/commit.fragment.graphql
@@ -0,0 +1,8 @@
+fragment TreeEntryCommit on LogTreeCommit {
+ sha
+ message
+ committedDate
+ commitPath
+ fileName
+ type
+}