mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -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
|
@ -320,7 +320,7 @@ void main() {
|
|||
repository: repo,
|
||||
tagName: tagName,
|
||||
target: target,
|
||||
targetType: GitObject.commit,
|
||||
targetType: GitObjectType.commit,
|
||||
tagger: signature,
|
||||
message: message,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue