Sha256: 6f4f181313c286ad38d24312ba1b7f3d53e143b1a99801b85d00e9f8028215fb

Contents?: true

Size: 1.82 KB

Versions: 4

Compression:

Stored size: 1.82 KB

Contents

{
    "sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
    "commit": {
        "url": "https://api.github.com/repos/<%= repo_owner %>/<%= repo_name %>/git/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e",
        "sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
        "author": {
            "name": "Monalisa Octocat",
            "email": "support@github.com",
            "date": "<%= created_at || "2011-04-14T16:00:49Z" %>"
        },
        "committer": {
            "name": "Monalisa Octocat",
            "email": "support@github.com",
            "date": "<%= created_at || "2011-04-14T16:00:49Z" %>"
        },
        "message": "Fix all the bugs",
        "tree": {
            "url": "https://api.github.com/repos/<%= repo_owner %>/<%= repo_name %>/tree/6dcb09b5b57875f334f61aebed695e2e4193db5e",
            "sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e"
        }
    },
    "author": {
        "login": "<%= author %>",
        "id": 1,
        "avatar_url": "https://github.com/images/error/octocat_happy.gif",
        "url": "https://api.github.com/users/<%= author %>"
    },
    "committer": {
        "login": "<%= author %>",
        "id": 1,
        "avatar_url": "https://github.com/images/error/octocat_happy.gif",
        "url": "https://api.github.com/users/<%= author %>"
    },
    "parents": [
        {
            "url": "https://api.github.com/repos/<%= repo_owner %>/<%= repo_name %>/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e",
            "sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e"
        }
    ],
    "stats": {
        "additions": 104,
        "deletions": 4,
        "total": 108
    },
    "files": [
        {
            "filename": "file1.txt",
            "additions": 10,
            "deletions": 2,
            "total": 12
        }
    ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
git_reflow-0.8.10 spec/fixtures/repositories/commit.json.erb
git_reflow-0.8.9 spec/fixtures/repositories/commit.json.erb
git_reflow-0.8.8 spec/fixtures/repositories/commit.json.erb
git_reflow-0.8.7 spec/fixtures/repositories/commit.json.erb