Aleksey Kulikov
|
c73f61d102
|
docs: add more examples
|
2022-05-04 16:34:59 +03:00 |
|
Aleksey Kulikov
|
eacbea8f19
|
docs: add examples
closes #6
|
2022-05-03 21:03:03 +03:00 |
|
Aleksey Kulikov
|
e7c18c35e2
|
refactor(repository)!: remove excessive aliases (#40)
BREAKING CHANGE: instead of removed aliases, API methods from relevant
classes should be called (e.g. Commit.create, Reference.lookup, etc.)
|
2022-01-25 17:25: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
|
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
|
3c1a6b4ab4
|
refactor(reference): simplify api
|
2021-09-23 17:05:28 +03:00 |
|
Aleksey Kulikov
|
466f960c7b
|
refactor: extract repo setup for tests
|
2021-09-23 16:35:05 +03:00 |
|
Aleksey Kulikov
|
7b8dfcc1af
|
feat(config): add api for config entry
|
2021-09-20 15:52:04 +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
|
f5e43f3d90
|
docs(reference): update examples
|
2021-08-11 18:51:33 +03:00 |
|
Aleksey Kulikov
|
5feb12fdaa
|
refactor!: change api entry points
|
2021-08-11 17:02:32 +03:00 |
|
Aleksey Kulikov
|
1f0201d259
|
refactor(reference): remove duplication
|
2021-08-09 11:56:37 +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
|
5f60a693d3
|
feat(reference): add base bindings and api
|
2021-08-03 21:19:27 +03:00 |
|
Aleksey Kulikov
|
be680595bc
|
test(repository): test against repo copied into tmp directory
|
2021-07-12 19:57:35 +03:00 |
|
Aleksey Kulikov
|
4bd324a596
|
feat(repository): add base bindings and api
|
2021-07-08 20:24:58 +03:00 |
|
Aleksey Kulikov
|
f07fe88824
|
feat(config): update example
|
2021-06-18 18:15:33 +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
|
2cdcccefc9
|
feat(config): add ability to set value for variable
|
2021-06-16 16:48:28 +03:00 |
|
Aleksey Kulikov
|
53fe671bff
|
feat: update config example
|
2021-06-03 17:20:36 +03:00 |
|
Aleksey Kulikov
|
1c6c5579d7
|
feat: prototype config api
|
2021-06-02 20:44:58 +03:00 |
|
Aleksey Kulikov
|
0fe3fa9f23
|
fix: release memory
|
2021-06-02 12:16:55 +03:00 |
|
Aleksey Kulikov
|
a1481564b2
|
feat: add basic example
|
2021-06-01 20:42:48 +03:00 |
|