mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
refactor: use classes instead of enums for git types
This commit is contained in:
parent
ebfc67ee0d
commit
da3bda077a
15 changed files with 135 additions and 77 deletions
|
@ -4,7 +4,7 @@ import 'bindings/revparse.dart' as bindings;
|
|||
import 'commit.dart';
|
||||
import 'reference.dart';
|
||||
import 'repository.dart';
|
||||
import 'enums.dart';
|
||||
import 'git_types.dart';
|
||||
|
||||
class RevParse {
|
||||
/// Finds a single object and intermediate reference (if there is one) by a [spec] revision string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue