mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Has as a likely side-effect that we'd need to reimplement linking of commit references... GitOrigin-RevId: 7d4f9a83f9097a8fc0c35785da81aafdb931acbe
8 lines
123 B
GraphQL
8 lines
123 B
GraphQL
fragment commitShort on Commit {
|
|
...commitHash
|
|
url
|
|
messageHeadline
|
|
author {
|
|
...gitActorInfo
|
|
}
|
|
} |