mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(blame): add bindings and api
This commit is contained in:
parent
9686d93935
commit
5ee0662376
62 changed files with 1390 additions and 4 deletions
|
@ -1,15 +1,14 @@
|
|||
import 'dart:ffi';
|
||||
import 'package:libgit2dart/libgit2dart.dart';
|
||||
|
||||
import 'bindings/libgit2_bindings.dart';
|
||||
import 'bindings/remote.dart' as bindings;
|
||||
import 'callbacks.dart';
|
||||
import 'git_types.dart';
|
||||
import 'refspec.dart';
|
||||
import 'repository.dart';
|
||||
|
||||
class Remotes {
|
||||
/// Initializes a new instance of the [References] class
|
||||
/// from provided [Repository] object.
|
||||
/// Initializes a new instance of the [Remotes] class from
|
||||
/// provided [Repository] object.
|
||||
Remotes(Repository repo) {
|
||||
_repoPointer = repo.pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue