Replies: 1 comment
-
Actually, I just spotted this PR: #444 which I think might provide what I am looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a project that I work on, I make use of the OctoKit library, and use the following method:
which allows the comparison between to references, to find out what has happened between those two points.
Is there an equivalent of this for GitLab, and also via NGitLab?
I found this:
https://docs.gitlab.com/ee/api/repositories.html#compare-branches-tags-or-commits
which I think might do what I want, but I didn't see anything in NGitLab that would expose this.
Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions