We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9f598 commit fe70f5fCopy full SHA for fe70f5f
content/v3/git/commits.md
@@ -11,7 +11,7 @@ title: Git Commits | GitHub API
11
### Response
12
13
<%= headers 200 %>
14
-<%= json :commit %>
+<%= json :git_commit %>
15
16
## Create a Commit
17
lib/resources.rb
@@ -565,7 +565,7 @@ def json(key)
565
} ]
566
}
567
568
- COMMIT = {
+ GIT_COMMIT = {
569
"sha" => "7638417db6d59f3c431d3e1f261cc637155684cd",
570
"url" => "https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd",
571
"author" => {
0 commit comments