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
|
@ -28,6 +28,14 @@ GIT_BEGIN_DECL
|
|||
*/
|
||||
typedef struct git_patch git_patch;
|
||||
|
||||
/**
|
||||
* Get the repository associated with this patch. May be NULL.
|
||||
*
|
||||
* @param patch the patch
|
||||
* @return a pointer to the repository
|
||||
*/
|
||||
GIT_EXTERN(git_repository *) git_patch_owner(const git_patch *patch);
|
||||
|
||||
/**
|
||||
* Return a patch for an entry in the diff list.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue