Aleksey Kulikov
|
11dbb8195d
|
feat(branch): add bindings and api
|
2021-09-06 19:10:41 +03:00 |
|
Aleksey Kulikov
|
28c4eca573
|
feat(reference): add ability to compress references
|
2021-09-04 15:27:09 +03:00 |
|
Aleksey Kulikov
|
f63808b4f8
|
feat(reference): add ability to peel reference until object of specified type is found
|
2021-09-04 14:50:34 +03:00 |
|
Aleksey Kulikov
|
56713da648
|
fix(tag): tag can point to any type of git object
|
2021-09-04 13:52:29 +03:00 |
|
Aleksey Kulikov
|
da3bda077a
|
refactor: use classes instead of enums for git types
|
2021-09-03 18:19:44 +03:00 |
|
Aleksey Kulikov
|
139c477d4a
|
feat(treebuilder): add bindings and api
|
2021-09-03 16:30:46 +03:00 |
|
Aleksey Kulikov
|
0cdaa6f8f4
|
feat(tag): add bindings and api
|
2021-09-03 12:13:23 +03:00 |
|
Aleksey Kulikov
|
f0803298c8
|
feat(blob): add bindings and api
|
2021-09-02 18:03:41 +03:00 |
|
Aleksey Kulikov
|
c26e3f4539
|
refactor(reflog): use naming conventions for similar methods
|
2021-09-02 14:31:05 +03:00 |
|
Aleksey Kulikov
|
84ee4be945
|
feat(tree): add bindings and api
|
2021-09-02 11:58:14 +03:00 |
|
Aleksey Kulikov
|
ce9384cac9
|
feat(revparse): add bindings and api
|
2021-09-01 16:53:40 +03:00 |
|
Aleksey Kulikov
|
3b13646b1b
|
feat(repository): add api method for revparse_single
|
2021-09-01 10:43:08 +03:00 |
|
Aleksey Kulikov
|
2e0486c641
|
feat(revwalk): add bindings and api
|
2021-08-31 18:21:25 +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
|
6a097c1841
|
feat: upgrade libgit2
|
2021-08-26 15:13:12 +03:00 |
|
Aleksey Kulikov
|
747996b40c
|
refactor: use ffi Arena for resource management
|
2021-08-25 18:33:17 +03:00 |
|
Aleksey Kulikov
|
0509895b72
|
refactor(reflog): use Signature class instead of Map
|
2021-08-24 19:13:21 +03:00 |
|
Aleksey Kulikov
|
dc5f510aa5
|
feat(commit): add base bindings and api
|
2021-08-24 19:08:12 +03:00 |
|
Aleksey Kulikov
|
696d55bb3a
|
feat(repository): add ability to initialize repository
|
2021-08-21 15:36:42 +03:00 |
|
Aleksey Kulikov
|
543ebff223
|
feat(repository): add ability to discover repository from sub directories
|
2021-08-21 14:56:23 +03:00 |
|
Aleksey Kulikov
|
da8494d3e2
|
refactor(config): simplify api methods names
|
2021-08-21 11:25:06 +03:00 |
|
Aleksey Kulikov
|
594aca6474
|
feat(repository): add ability to get repository config
|
2021-08-12 20:00:25 +03:00 |
|
Aleksey Kulikov
|
0194d7c361
|
feat(index): add ability to read tree and write tree
|
2021-08-12 17:14:17 +03:00 |
|
Aleksey Kulikov
|
5b8f089723
|
feat(index): add base bindings and api
|
2021-08-10 20:19:24 +03:00 |
|
Aleksey Kulikov
|
ef29257f2e
|
feat(repository): add ability to set working directory
|
2021-08-09 15:55:42 +03:00 |
|
Aleksey Kulikov
|
7b6e0c36f6
|
feat(reference): add ability to compare references
|
2021-08-09 12:08:58 +03:00 |
|
Aleksey Kulikov
|
2170965ad8
|
feat(reference): add ability to lookup reference by shorthand name
|
2021-08-06 20:28:38 +03:00 |
|
Aleksey Kulikov
|
cfc6d0412b
|
feat(reference): add ability to rename reference
|
2021-08-06 18:57:21 +03:00 |
|
Aleksey Kulikov
|
a1884b4dac
|
feat(reference): add ability to get shorthand name of reference
|
2021-08-06 17:17:45 +03:00 |
|
Aleksey Kulikov
|
371d52b7f8
|
feat(reference): add ability to set target
|
2021-08-06 16:44:50 +03:00 |
|
Aleksey Kulikov
|
58fa54f24a
|
feat(reference): add ability to get log of reference
|
2021-08-06 12:33:26 +03:00 |
|
Aleksey Kulikov
|
a97dcaa0d3
|
feat(reference): add ability to create symbolic reference
|
2021-08-06 11:53:13 +03:00 |
|
Aleksey Kulikov
|
2477b4efd8
|
refactor: use libgit free() functions instead of calloc()
|
2021-08-05 20:07:00 +03:00 |
|
Aleksey Kulikov
|
9190ed2e0f
|
feat(reference): add ability to create direct reference
|
2021-08-05 19:48:58 +03:00 |
|
Aleksey Kulikov
|
6643527f2d
|
test(reference): add tests for symbolic refs
|
2021-08-04 16:34:28 +03:00 |
|
Aleksey Kulikov
|
5f60a693d3
|
feat(reference): add base bindings and api
|
2021-08-03 21:19:27 +03:00 |
|
Aleksey Kulikov
|
145af3054d
|
chore: migrate from pedantic to lints package
|
2021-07-20 16:59:26 +03:00 |
|
Aleksey Kulikov
|
2c28fddcec
|
feat(oid): add base bindings and api
|
2021-07-16 21:17:51 +03:00 |
|
Aleksey Kulikov
|
9acf3a8a9e
|
feat(repository): add ability to set and get namespace
|
2021-07-09 15:38:15 +03:00 |
|
Aleksey Kulikov
|
4bd324a596
|
feat(repository): add base bindings and api
|
2021-07-08 20:24:58 +03:00 |
|
Aleksey Kulikov
|
36f874c4a6
|
feat(config): add ability to delete multivar
|
2021-06-18 17:58:44 +03:00 |
|
Aleksey Kulikov
|
dadd235b66
|
test: organize tests into groups
|
2021-06-18 17:36:44 +03:00 |
|
Aleksey Kulikov
|
4bc2da5800
|
refactor: use clearer names for params
|
2021-06-18 17:21:45 +03:00 |
|
Aleksey Kulikov
|
2d1c026e73
|
feat(config): add ability to get values of all variables
|
2021-06-18 17:14:07 +03:00 |
|
Aleksey Kulikov
|
f6b8cc7005
|
feat(config): add ability to get value of variable
|
2021-06-18 16:50:34 +03:00 |
|
Aleksey Kulikov
|
7bea406ab9
|
feat(config): add ability to set value of multivar variable
|
2021-06-17 17:59:20 +03:00 |
|
Aleksey Kulikov
|
6a08a7b803
|
feat(config): add ability to get value(s) of multivar variable
|
2021-06-17 17:08:35 +03:00 |
|
Aleksey Kulikov
|
4988b295a5
|
feat(config): add ability to delete variable
|
2021-06-16 17:12:32 +03:00 |
|