mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
chore: upgrade to libgit2-1.2.0
This commit is contained in:
parent
b83fea9360
commit
a1e420d86c
36 changed files with 2889 additions and 1024 deletions
|
@ -84,6 +84,13 @@ struct git_odb_backend {
|
|||
git_odb_writepack **, git_odb_backend *, git_odb *odb,
|
||||
git_indexer_progress_cb progress_cb, void *progress_payload);
|
||||
|
||||
/**
|
||||
* If the backend supports pack files, this will create a
|
||||
* `multi-pack-index` file which will contain an index of all objects
|
||||
* across all the `.pack` files.
|
||||
*/
|
||||
int GIT_CALLBACK(writemidx)(git_odb_backend *);
|
||||
|
||||
/**
|
||||
* "Freshens" an already existing object, updating its last-used
|
||||
* time. This occurs when `git_odb_write` was called, but the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue