mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
docs: update docs for bindings and api
This commit is contained in:
parent
a3213a88a2
commit
9d61584165
52 changed files with 352 additions and 209 deletions
|
@ -82,6 +82,10 @@ class Merge {
|
|||
/// are written to the index. Callers should inspect the repository's index
|
||||
/// after this completes, resolve any conflicts and prepare a commit.
|
||||
///
|
||||
/// For compatibility with git, the repository is put into a merging state.
|
||||
/// Once the commit is done (or if the user wishes to abort), that state
|
||||
/// should be cleared by calling [stateCleanup] method of [Repository] object.
|
||||
///
|
||||
/// [repo] is the repository to merge.
|
||||
///
|
||||
/// [commit] is the commit to merge.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue