Hi Kyle, Kyle Meyer writes: > Hi Oleg, > > Oleg Pyhalov writes: > > [...] > >> New Magit requires https://github.com/magit/libegit2 which I try to >> build, but stuck. I succeeded to build ‘libgit2.so’ and load it in >> Emacs, but ‘featurep’ procedure says that feature is not loaded. I mean ‘libegit2.so’, apologies for a typo. > I haven't been following this thread closely, but in case it's useful: > Building Magit should work without libegit2 if you set > BUILD_MAGIT_LIBGIT to false. Oh, nice. Apparently we could avoid libegit2 at all for now. I get a working Forge by finding a commit in Magit which intoduced a procedure required to open GitLab issue content. I need a time to test Magit and Forge behavior for some days and could merge it if no issues discovered. Latest patches attached here.