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