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?
问问题
837 次
1 回答
2
合并在 LibGit2Sharp 中不可用。然而。
事实上,Merge 在 libgit2 中仍然是一项正在进行的工作。此功能主要由@ethomson 领导。
不过,一些较低级别的功能已经合并到 libgit2 中(参见#1592、#1389、#1185、#1011和其他一些次要功能)。
其中一些位已提供给 LibGit2Sharp(请参阅MergeFixture、CommitFixture、ConflictFixture、CheckoutFixture)。
要遵循的主要 PR 是#1007。我建议您订阅它以便收到有关它的通知。合并后,该功能将在 LibGit2Sharp 中可用。
更新
合并正在发生!有关更多详细信息,请参阅拉取请求 #608。
于 2013-08-06T10:42:54.310 回答