mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
FIX git single commit api bug
This commit is contained in:
@@ -7,6 +7,7 @@ json.commit do
|
|||||||
@commit['commit'].delete('url')
|
@commit['commit'].delete('url')
|
||||||
json.author @commit['commit']['author']
|
json.author @commit['commit']['author']
|
||||||
json.committer @commit['commit']['committer']
|
json.committer @commit['commit']['committer']
|
||||||
|
json.message @commit['commit']['message']
|
||||||
json.tree do
|
json.tree do
|
||||||
@commit['commit']['tree']['sha']
|
@commit['commit']['tree']['sha']
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user