Changed paths:
M github/git_commits.go
M github/git_commits_test.go
Log Message:
-----------
Fix CreateCommit
The input and response types for commit messages differ in the API.
While commit.Tree and commit.Parents are objects with fields when
returned by the GitHub API, the attributes are plain strings when
creating new commits.