libgit2dart/lib/src
2021-09-16 18:56:53 +03:00
..
bindings feat(diff): add ability to apply diff 2021-09-16 18:56:53 +03:00
blob.dart feat(patch): add bindings and api 2021-09-16 16:35:37 +03:00
branch.dart feat(worktree): add ability to create worktree from provided reference 2021-09-07 16:47:43 +03:00
commit.dart refactor(commit)!: return Tree object instead of Oid for tree getter 2021-09-10 12:16:26 +03:00
config.dart style: use fat arrow for single-line methods 2021-09-02 14:17:44 +03:00
diff.dart feat(patch): add bindings and api 2021-09-16 16:35:37 +03:00
error.dart chore: migrate from pedantic to lints package 2021-07-20 16:59:26 +03:00
git_types.dart feat(diff): add ability to apply diff 2021-09-16 18:56:53 +03:00
index.dart feat(diff): add bindings and api 2021-09-14 19:55:25 +03:00
odb.dart style: use fat arrow for single-line methods 2021-09-02 14:17:44 +03:00
oid.dart feat: override toString with relevant information for debugging 2021-09-10 12:03:37 +03:00
patch.dart feat(patch): add bindings and api 2021-09-16 16:35:37 +03:00
reference.dart feat(worktree): add ability to create worktree from provided reference 2021-09-07 16:47:43 +03:00
reflog.dart feat: override toString with relevant information for debugging 2021-09-10 12:03:37 +03:00
repository.dart feat(diff): add ability to apply diff 2021-09-16 18:56:53 +03:00
revparse.dart refactor!: return sets of git type flags instead of integers 2021-09-10 20:22:02 +03:00
revwalk.dart refactor!: return sets of git type flags instead of integers 2021-09-10 20:22:02 +03:00
signature.dart style: use fat arrow for single-line methods 2021-09-02 14:17:44 +03:00
tag.dart feat(reference): add ability to peel reference until object of specified type is found 2021-09-04 14:50:34 +03:00
tree.dart feat(diff): add bindings and api 2021-09-14 19:55:25 +03:00
treebuilder.dart refactor: use classes instead of enums for git types 2021-09-03 18:19:44 +03:00
util.dart refactor!: return sets of git type flags instead of integers 2021-09-10 20:22:02 +03:00
worktree.dart feat(worktree): add ability to create worktree from provided reference 2021-09-07 16:47:43 +03:00