Pregunta

There are merge functions in libgit2. But I can't find merge funciton in libgit2. Is there any schedule to wrap the implementation in libgit2sharp?

¿Fue útil?

Solución

Merge isn't available in LibGit2Sharp. Yet.

Indeed, Merge is still a work in progress in libgit2. This feature is mainly lead by @ethomson.

Some lower level features have already been merged in libgit2, though (cf. #1592, #1389, #1185, #1011 and some other minor ones).

Some of those bits have already been made available to LibGit2Sharp (see MergeFixture, CommitFixture, ConflictFixture, CheckoutFixture).

The main PR to follow is #1007. I'd suggest you to subscribe to it in order to be notified about it. Once it's merged, the feature will be made available in LibGit2Sharp.

Update

Merge is happening! See Pull request #608 for further details.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top