FIX git single commit api bug
This commit is contained in:
parent
5a887fdd66
commit
37fa25d57d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue