-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate committer info #916
Conversation
cc2ff64
to
d86f826
Compare
A recent PR added CommitEntity but we already had SignatureResponse expressly for this purpose. So this commit renames SignatureResponse to Committer and removes CommitEntity and replaces it with Committer.
d86f826
to
ff832de
Compare
/cc @WillsB wanted to make sure you saw this change. |
ff832de
to
b2d6e15
Compare
My bad, didn't know about this one. But why was |
Because according to the docs here, the The I think the confusion stems from the fact that the API returns GitHub objects as well as Git objects and Octokit.net has confused the two in some places. A |
This object is used both in requests and responses.
I commented on the original issue |
Replace
SignatureResponse
andCommitEntity
withCommitter
A recent PR added
CommitEntity
but we already hadSignatureResponse
expressly for this purpose.So this commit renames
SignatureResponse
toCommitter
and removesCommitEntity
and replaces it withCommitter
.I also had to retarget the NetCore45 app so it builds in VS 2015.