summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* remote: introduce `follow_redirects` connect optionEdward Thomson2022-01-131-0/+45
* remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-062-66/+146
* Add `rename_threshold` to `git_status_options`.Miguel Arroz2021-12-311-0/+6
* worktree: checkout options suggestions from code reviewEdward Thomson2021-12-231-1/+1
* Allow user checkout options on git_worktree_addpunkymaniac2021-12-231-1/+6
* blob: identify binary contentethomson/blob_data_is_binaryEdward Thomson2021-12-101-0/+12
* object: introduce a raw content validation functionethomson/object_validationEdward Thomson2021-11-301-0/+22
* object: return GIT_EINVALID on parse errorsEdward Thomson2021-11-301-1/+1
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-1538-72/+72
* Omit trailing comma on enum Josh Triplett2021-11-081-1/+1
* Support checking for object existence without refreshJosh Triplett2021-11-081-0/+22
* Update documentation for ODB backend refresh logicJosh Triplett2021-11-081-5/+2
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-78/+18
* diff: document updated rename limitethomson/diff_rename_limitEdward Thomson2021-10-131-1/+1
* Merge pull request #6076 from libgit2/ethomson/oidarray_disposeEdward Thomson2021-09-272-8/+29
|\
| * oidarray: introduce `git_oidarray_dispose`ethomson/oidarray_disposeEdward Thomson2021-09-262-8/+29
* | repository: improve `hashfile` for absolute pathsEdward Thomson2021-09-251-5/+7
|/
* v1.3: update version numberethomson/v1_3Edward Thomson2021-09-221-3/+3
* Merge pull request #6068 from libgit2/ethomson/diff_enumEdward Thomson2021-09-221-4/+3
|\
| * diff: update `GIT_DIFF_IGNORE_BLANK_LINES`ethomson/diff_enumEdward Thomson2021-09-211-4/+3
* | filter: use a `git_oid` in filter options, not a pointerethomson/filter_commit_idEdward Thomson2021-09-213-3/+21
|/
* Merge pull request #6061 from libgit2/ethomson/emailEdward Thomson2021-09-205-93/+269
|\
| * diff: deprecate diff_format_emailethomson/emailEdward Thomson2021-09-182-93/+96
| * email: include renames by defaultEdward Thomson2021-09-181-2/+10
| * email: include binary diffs by defaultEdward Thomson2021-09-181-5/+9
| * email: introduce `git_email_create_from_diff`Edward Thomson2021-09-182-13/+67
| * email: introduce `git_email_create_from_commit`Edward Thomson2021-09-182-0/+107
* | Merge pull request #6020 from lolgear/refactoring/stdint_ifdef_condition_has_...Edward Thomson2021-09-201-3/+3
|\ \ | |/ |/|
| * include: stdint header condition has been reverted.Dmitry Lobanov2021-08-301-3/+3
* | Merge pull request #6031 from libgit2/ethomson/extensionsEdward Thomson2021-09-141-1/+19
|\ \
| * | common: support custom repository extensionsethomson/extensionsEdward Thomson2021-09-041-1/+19
* | | Fix coding style for pointerpunkymaniac2021-09-095-12/+12
* | | remote: Mark `git_remote_name_is_valid` as `GIT_EXTERN`lhchavez2021-09-041-1/+1
|/ /
* | v1.2: update version informationEdward Thomson2021-08-311-3/+3
* | Merge branch 'cgraph-write' into mainEdward Thomson2021-08-302-1/+133
|\ \ | |/ |/|
| * commit graph: formatting fixesEdward Thomson2021-08-301-3/+2
| * Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-296-8/+112
| |\
| * \ Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-2611-137/+441
| |\ \
| * | | Make the defaultable fields defaultablelhchavez2021-08-261-2/+2
| * | | commit-graph: Add a way to write commit-graph fileslhchavez2021-07-272-1/+134
* | | | Merge pull request #6017 from libgit2/ethomson/buf_is_readonlyEdward Thomson2021-08-291-0/+55
|\ \ \ \
| * | | | buf: deprecate public git_buf writing functionsethomson/buf_is_readonlyEdward Thomson2021-08-291-0/+55
| | |/ / | |/| |
* | | | Merge pull request #6011 from libgit2/ethomson/filter_applyEdward Thomson2021-08-291-28/+49
|\ \ \ \
| * | | | filter: deprecate apply functionethomson/filter_applyEdward Thomson2021-08-291-0/+8
| * | | | filter: add docs for `git_filter_stream_fn`Edward Thomson2021-08-271-28/+41
| |/ / /
* | | | Merge pull request #6016 from libgit2/ethomson/commit_create_cbEdward Thomson2021-08-293-20/+81
|\ \ \ \
| * | | | rebase: deprecate signing_cbethomson/commit_create_cbEdward Thomson2021-08-293-22/+31
| * | | | rebase: introduce git_commit_create_cbEdward Thomson2021-08-292-0/+52
| |/ / /
* | | | Merge pull request #6012 from libgit2/ethomson/custom_urlEdward Thomson2021-08-291-3/+52
|\ \ \ \ | |_|_|/ |/| | |
| * | | remote: deprecate resolve_url callbackethomson/custom_urlEdward Thomson2021-08-291-0/+10