mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
7 lines
181 B
Ruby
7 lines
181 B
Ruby
json.commit do
|
|
json.sha @file['commit']['sha']
|
|
json.message @file['commit']['message']
|
|
json.author @file['commit']['author']
|
|
json.committer @file['commit']['committer']
|
|
end
|