libgit2dart/lib/src
2021-09-04 12:21:42 +03:00
..
bindings refactor: use classes instead of enums for git types 2021-09-03 18:19:44 +03:00
blob.dart feat(repository): add ability to lookup different types of git objects with [] 2021-09-04 12:04:28 +03:00
commit.dart feat(repository): add ability to lookup different types of git objects with [] 2021-09-04 12:04:28 +03:00
config.dart style: use fat arrow for single-line methods 2021-09-02 14:17:44 +03:00
error.dart chore: migrate from pedantic to lints package 2021-07-20 16:59:26 +03:00
git_types.dart feat(repository): add ability to lookup different types of git objects with [] 2021-09-04 12:04:28 +03:00
index.dart feat(repository): add ability to lookup different types of git objects with [] 2021-09-04 12:04:28 +03:00
odb.dart style: use fat arrow for single-line methods 2021-09-02 14:17:44 +03:00
oid.dart feat(repository): add ability to lookup different types of git objects with [] 2021-09-04 12:04:28 +03:00
reference.dart refactor: use classes instead of enums for git types 2021-09-03 18:19:44 +03:00
reflog.dart refactor(reflog): use naming conventions for similar methods 2021-09-02 14:31:05 +03:00
repository.dart refactor: pass sha hex string instead of Oid as argument 2021-09-04 12:21:42 +03:00
revparse.dart refactor: use classes instead of enums for git types 2021-09-03 18:19:44 +03:00
revwalk.dart feat(revwalk): allow combining sorting types 2021-09-03 18:54:13 +03:00
signature.dart style: use fat arrow for single-line methods 2021-09-02 14:17:44 +03:00
tag.dart refactor: pass sha hex string instead of Oid as argument 2021-09-04 12:21:42 +03:00
tree.dart feat(repository): add ability to lookup different types of git objects with [] 2021-09-04 12:04:28 +03:00
treebuilder.dart refactor: use classes instead of enums for git types 2021-09-03 18:19:44 +03:00
util.dart refactor: use classes instead of enums for git types 2021-09-03 18:19:44 +03:00