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
|
@ -379,20 +379,6 @@ GIT_EXTERN(int) git_treebuilder_filter(
|
|||
GIT_EXTERN(int) git_treebuilder_write(
|
||||
git_oid *id, git_treebuilder *bld);
|
||||
|
||||
/**
|
||||
* Write the contents of the tree builder as a tree object
|
||||
* using a shared git_buf.
|
||||
*
|
||||
* @see git_treebuilder_write
|
||||
*
|
||||
* @param oid Pointer to store the OID of the newly written tree
|
||||
* @param bld Tree builder to write
|
||||
* @param tree Shared buffer for writing the tree. Will be grown as necessary.
|
||||
* @return 0 or an error code
|
||||
*/
|
||||
GIT_EXTERN(int) git_treebuilder_write_with_buffer(
|
||||
git_oid *oid, git_treebuilder *bld, git_buf *tree);
|
||||
|
||||
/** Callback for the tree traversal method */
|
||||
typedef int GIT_CALLBACK(git_treewalk_cb)(
|
||||
const char *root, const git_tree_entry *entry, void *payload);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue