Tomas Volf <[email protected]> writes: > There is git_graph_descendant_of function in libgit2, but it is not > exposed by the guile-git binding. Maybe we could try to use it to > implement the check instead the current approach (which does it in > Guile). I wonder how well that would perform compared to --is-ancestor.
I actually opened a MR to add that binding upstream. Maybe copying the code from there might save you a little bit of work: https://gitlab.com/guile-git/guile-git/-/merge_requests/38
