You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that one of Git.ListCommits arguments CommitListOptions requires updating.
It uses ref to query commits from branch, but the GitHub official documentation (List Commits Parameters) says the query parameter should be sha
Using ref to query branch commits will always return commits from default (master) branch.
Please let me know if I am wrong. I could also create PR to update it if needed.
The text was updated successfully, but these errors were encountered:
jstrachan
pushed a commit
to jstrachan/go-scm
that referenced
this issue
Dec 22, 2020
It seems to me that one of
Git.ListCommits
argumentsCommitListOptions
requires updating.It uses
ref
to query commits from branch, but the GitHub official documentation (List Commits Parameters) says the query parameter should besha
Using
ref
to query branch commits will always return commits from default (master) branch.Please let me know if I am wrong. I could also create PR to update it if needed.
The text was updated successfully, but these errors were encountered: