Commit graph

22 commits

Author SHA1 Message Date
Aleksey Kulikov
4ac0c10237 test: improve coverage 2022-01-26 15:41:28 +03:00
Aleksey Kulikov
74a20a9cf2
feat(commit): add binding and API method for git_revert (#30) 2021-12-23 11:40:29 +03:00
Aleksey Kulikov
fe570a6990
feat(annotated)!: add more bindings and API methods (#26) 2021-12-22 17:41:34 +03:00
Aleksey Kulikov
5740831bb9
feat(commit): add more bindings and API methods (#22) 2021-12-20 20:42:16 +03:00
Aleksey Kulikov
c2da51af94 feat(commit): make 'updateRef' to be required argument 2021-11-02 18:00:15 +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
199dce111a feat(commit): add ability to amend commit 2021-10-21 15:44:04 +03:00
Aleksey Kulikov
127849519d test: add more tests for throws and their messages 2021-10-19 17:16:39 +03:00
Aleksey Kulikov
20ca75639d refactor: remove unnecessary local variables 2021-10-12 19:21:58 +03:00
Aleksey Kulikov
3a0fa75929 feat(repository)!: add more aliases for api methods
BREAKING CHANGE: Make repository entry point for most operations
2021-10-11 20:06:36 +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
b5561212e0 refactor: use nullable strings instead of empty in arguments 2021-09-27 11:44:16 +03:00
Aleksey Kulikov
10b9864219 feat(repository): add alias for commit creation 2021-09-23 11:07:16 +03:00
Aleksey Kulikov
b83fea9360 feat(commit): add ability to revert commit 2021-09-16 20:04:40 +03:00
Aleksey Kulikov
223cc7cc14 feat(merge): add bindings and api for merge analysis 2021-09-08 16:03:35 +03:00
Aleksey Kulikov
94b4116adf feat(commit): add ability to create commit with different number of parents 2021-08-30 16:45:37 +03:00
Aleksey Kulikov
c90561ed8f feat(commit): add ability to create commit 2021-08-27 21:17:19 +03:00
Aleksey Kulikov
a78c38d8e3 refactor: revert 'use ffi Arena for resource management' 2021-08-27 15:05:05 +03:00
Aleksey Kulikov
747996b40c refactor: use ffi Arena for resource management 2021-08-25 18:33:17 +03:00
Aleksey Kulikov
dc5f510aa5 feat(commit): add base bindings and api 2021-08-24 19:08:12 +03:00