Commit graph

20 commits

Author SHA1 Message Date
Aleksey Kulikov
2ceead3917 refactor: use private constructors with internal classes 2022-04-22 14:39:13 +03:00
Aleksey Kulikov
77a34c3335 refactor(patch): initialize DiffHunk with all the information accessible immediately 2022-04-22 13:14:57 +03:00
Aleksey Kulikov
b589097c8c refactor!: use Finalizer to automatically free allocated memory for objects
BREAKING CHANGE: signature change for remote and repository callbacks
during repository clone operation.
2022-04-21 14:07:11 +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
432abffa89
feat(patch): add binding and API method for git_patch_line_stats (#39) 2022-01-25 16:34:27 +03:00
Aleksey Kulikov
0844f03387
feat(patch)!: divide Patch.create() into specific methods (#38)
BREAKING CHANGE: remove patch generation methods from Blob class
2022-01-25 15:58:06 +03:00
Aleksey Kulikov
7148fbf194 style: stricter linting 2021-12-17 11:20:17 +03:00
Aleksey Kulikov
0e329bd2b1 test: fix tests failing in ci 2021-10-27 20:59:50 +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
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
beed516c89 style: use Object instead of dynamic 2021-10-13 16:10:18 +03:00
Aleksey Kulikov
cfa5268af2 style: use "map/where" instead of "for" loop 2021-10-12 14:56:56 +03:00
Aleksey Kulikov
03e2922517 style: remove unnecessary imports 2021-10-08 18:34:58 +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
344dba60e9 feat(patch): add bindings and api 2021-09-16 16:35:37 +03:00