Commit graph

130 commits

Author SHA1 Message Date
Aleksey Kulikov
0176b66ba7 refactor(merge): change the size of allocation 2021-12-22 11:56:02 +03:00
Aleksey Kulikov
50a6087a5b
feat(packbuilder): add more bindings and API methods (#25) 2021-12-21 18:28:44 +03:00
Aleksey Kulikov
9791b6324c
feat(merge)!: add more bindings and API methods (#24) 2021-12-21 17:11:41 +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
5740831bb9
feat(commit): add more bindings and API methods (#22) 2021-12-20 20:42:16 +03:00
Aleksey Kulikov
e6bfdc5a85
feat(blob): add more bindings and API methods (#21) 2021-12-20 18:02:53 +03:00
Aleksey Kulikov
39a71811cb
feat(blame): add binding and api method for git_blame_buffer (#20) 2021-12-20 15:03:31 +03:00
Aleksey Kulikov
7148fbf194 style: stricter linting 2021-12-17 11:20:17 +03:00
Aleksey Kulikov
b3e9f6dd1a
feat(diff): add more bindings and api methods (#18) 2021-12-14 12:53:17 +03:00
Aleksey Kulikov
5264153749
feat(index): add more bindings and api methods (#17) 2021-12-11 14:45:59 +03:00
Aleksey Kulikov
2009c76b50
feat(reset): add binding and api method for git_reset_default (#14) 2021-12-04 16:08:30 +03:00
Aleksey Kulikov
33d2750d38
feat(branch): add more bindings and api methods (#13) 2021-12-03 11:17:48 +03:00
Aleksey Kulikov
c2da51af94 feat(commit): make 'updateRef' to be required argument 2021-11-02 18:00:15 +03:00
Aleksey Kulikov
0e329bd2b1 test: fix tests failing in ci 2021-10-27 20:59:50 +03:00
Aleksey Kulikov
8791527ad9 style: remove unnecessary imports 2021-10-27 15:06:05 +03:00
Aleksey Kulikov
4717aab57f style: stricter linting 2021-10-23 12:31:18 +03:00
Aleksey Kulikov
f3fbc80f8e style: no implicit casts and dynamic 2021-10-22 17:25:06 +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
4948bba773 test(credentials): add more test cases 2021-10-21 12:40:45 +03:00
Aleksey Kulikov
26812ffe9c test(config): add more test cases 2021-10-20 11:29:41 +03:00
Aleksey Kulikov
127849519d test: add more tests for throws and their messages 2021-10-19 17:16:39 +03:00
Aleksey Kulikov
d6eae1e9ed test: improve coverage 2021-10-15 17:37:38 +03:00
Aleksey Kulikov
15ce546f7a feat(worktree): add more bindings and api methods 2021-10-14 11:23:30 +03:00
Aleksey Kulikov
beed516c89 style: use Object instead of dynamic 2021-10-13 16:10:18 +03:00
Aleksey Kulikov
1972c6d1ab refactor!: use Oid instead of String for arguments 2021-10-13 15:31:20 +03:00
Aleksey Kulikov
23787adc3a refactor(stash)!: extract implementation of api 2021-10-13 11:53:24 +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
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
1d47b06955 feat(submodule): add bindings and api 2021-10-08 17:34:59 +03:00
Aleksey Kulikov
5be0d0a6b5 style: move declarations of callbacks above the function they will be used in 2021-10-07 13:52:46 +03:00
Aleksey Kulikov
90e99faf81 feat(packbuilder): add bindings and api 2021-10-07 12:14:20 +03:00
Aleksey Kulikov
d40c65fa80 feat(mailmap): add bindings and api 2021-10-06 18:38:02 +03:00
Aleksey Kulikov
caac6b2fd2 feat(describe): add bindings and api 2021-10-06 16:02:25 +03:00
Aleksey Kulikov
c88b75b0fd feat(tag): add more bindings and api methods 2021-10-06 15:36:17 +03:00
Aleksey Kulikov
0ed5e7c797 feat(graph): add bindings and api 2021-10-06 11:36:38 +03:00
Aleksey Kulikov
618b4e7f05 feat(odb): add more bindings and api methods 2021-10-05 17:12:51 +03:00
Aleksey Kulikov
2ce419d7c4 feat(rebase): add bindings and api 2021-10-05 11:25:45 +03:00
Aleksey Kulikov
52707dcc63 feat(merge): add ability to merge file from index 2021-10-04 12:23:48 +03:00
Aleksey Kulikov
5c8d6647eb feat(note): add bindings and api 2021-10-01 17:34:01 +03:00
Aleksey Kulikov
5ee0662376 feat(blame): add bindings and api 2021-10-01 13:43:44 +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
ec80ad3dd4 feat(attr): add bindings and api 2021-09-30 13:53:58 +03:00
Aleksey Kulikov
4c7a096fe3 feat(repository): add ability to pass credentials in callbacks argument 2021-09-29 18:54:29 +03:00
Aleksey Kulikov
299d1a17e7 feat(remote): add ability to pass callbacks as arguments 2021-09-28 17:17:03 +03:00
Aleksey Kulikov
b5561212e0 refactor: use nullable strings instead of empty in arguments 2021-09-27 11:44:16 +03:00
Aleksey Kulikov
5401717713 refactor(stash): reset stash list at the end of the method 2021-09-27 11:23:38 +03:00
Aleksey Kulikov
6d48ae742c feat(repository): add ability to pass callbacks for remote and repository creation during clone 2021-09-27 11:19:00 +03:00