Aleksey Kulikov
|
82d7051c84
|
refactor: use extensions
|
2022-05-30 13:18:35 +03:00 |
|
Aleksey Kulikov
|
ae2aef5e2e
|
refactor: use loops inside list literals (#60)
|
2022-05-25 12:16:40 +03:00 |
|
Aleksey Kulikov
|
bad40bdb61
|
feat: add ability to compare objects (#54)
|
2022-05-10 16:18:55 +03:00 |
|
Aleksey Kulikov
|
e9e70cfc62
|
refactor(git_types): use enums (#53)
Use Dart's new feature "Enhanced enums with members".
|
2022-05-05 13:12:47 +03:00 |
|
Aleksey Kulikov
|
9d61584165
|
docs: update docs for bindings and api
|
2022-04-28 16:04:30 +03:00 |
|
Aleksey Kulikov
|
a3213a88a2
|
refactor!: use Finalizer to automatically free allocated memory for objects (#48)
BREAKING CHANGE: signature change for remote and repository callbacks during repository clone operation.
|
2022-04-28 11:04:48 +03:00 |
|
Aleksey Kulikov
|
f4e9ae4167
|
refactor: use git_diff_to_buf to produce patch diff text
|
2022-02-24 10:48:08 +03:00 |
|
Aleksey Kulikov
|
08cbe8a17f
|
refactor!: use class names instead of aliases from Repository in tests (#37)
BREAKING CHANGE: move API methods related to diffing into Diff class
|
2022-01-25 12:05:34 +03:00 |
|
Aleksey Kulikov
|
561986ebfd
|
feat(diff): add binding and API method for git_diff_tree_to_workdir_with_index (#23)
|
2021-12-21 12:34:52 +03:00 |
|
Aleksey Kulikov
|
7dd433dc08
|
fix(diff): return content of the line with correct length
|
2021-12-09 20:57:37 +03:00 |
|
Aleksey Kulikov
|
4717aab57f
|
style: stricter linting
|
2021-10-23 12:31:18 +03:00 |
|
Aleksey Kulikov
|
7b14ee6b9b
|
style: avoid lines longer than 80 characters
|
2021-10-22 17:13:42 +03:00 |
|
Aleksey Kulikov
|
a806d0a312
|
style: sort imports alphabetically
|
2021-10-22 15:10:04 +03:00 |
|
Aleksey Kulikov
|
a24070c44c
|
docs: improve api documentation
|
2021-10-22 14:41:15 +03:00 |
|
Aleksey Kulikov
|
127849519d
|
test: add more tests for throws and their messages
|
2021-10-19 17:16:39 +03:00 |
|
Aleksey Kulikov
|
9f346c99f7
|
feat: add more toString overrides for debugging
|
2021-10-13 19:23:34 +03:00 |
|
Aleksey Kulikov
|
1972c6d1ab
|
refactor!: use Oid instead of String for arguments
|
2021-10-13 15:31:20 +03:00 |
|
Aleksey Kulikov
|
20ca75639d
|
refactor: remove unnecessary local variables
|
2021-10-12 19:21:58 +03:00 |
|
Aleksey Kulikov
|
cfa5268af2
|
style: use "map/where" instead of "for" loop
|
2021-10-12 14:56:56 +03:00 |
|
Aleksey Kulikov
|
75b9ed6b57
|
refactor(diff): break early from loop when condition met
|
2021-10-08 18:38:43 +03:00 |
|
Aleksey Kulikov
|
03e2922517
|
style: remove unnecessary imports
|
2021-10-08 18:34:58 +03:00 |
|
Aleksey Kulikov
|
9686d93935
|
refactor: change naming of local variable to reflect intent
|
2021-09-30 19:10:43 +03:00 |
|
Aleksey Kulikov
|
5f7fdf4bd3
|
refactor!: use named arguments if there is more than one
|
2021-09-30 18:04:36 +03:00 |
|
Aleksey Kulikov
|
b15b56f0ae
|
refactor: remove unnecessary git_libgit2_init()
|
2021-09-27 12:05:18 +03:00 |
|
Aleksey Kulikov
|
7187d890d6
|
style: use conts for constructors
|
2021-09-23 10:48:23 +03:00 |
|
Aleksey Kulikov
|
6845286af2
|
feat(diff): return list of patches
|
2021-09-20 11:02:44 +03:00 |
|
Aleksey Kulikov
|
344dba60e9
|
feat(patch): add bindings and api
|
2021-09-16 16:35:37 +03:00 |
|
Aleksey Kulikov
|
f7f4a395c0
|
feat(diff): add ability to get patchid
|
2021-09-15 15:18:27 +03:00 |
|
Aleksey Kulikov
|
a7b714c2f3
|
feat(diff): add bindings and api
|
2021-09-14 19:55:25 +03:00 |
|