mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-06-23 09:19:26 -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
|
@ -20,5 +20,7 @@ export 'src/stash.dart';
|
|||
export 'src/remote.dart';
|
||||
export 'src/refspec.dart';
|
||||
export 'src/callbacks.dart';
|
||||
export 'src/credentials.dart';
|
||||
export 'src/features.dart';
|
||||
export 'src/error.dart';
|
||||
export 'src/git_types.dart';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue