mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(repository): add ability to pass credentials in callbacks argument
This commit is contained in:
parent
299d1a17e7
commit
4c7a096fe3
31 changed files with 1340 additions and 308 deletions
|
@ -200,7 +200,7 @@ GIT_EXTERN(int) git_stash_apply(
|
|||
*/
|
||||
typedef int GIT_CALLBACK(git_stash_cb)(
|
||||
size_t index,
|
||||
const char* message,
|
||||
const char *message,
|
||||
const git_oid *stash_id,
|
||||
void *payload);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue