summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
...
| * | | indexer: use a byte array for checksumEdward Thomson2022-01-271-0/+14
| * | | index: use a byte array for checksumEdward Thomson2022-01-271-0/+3
* | | | merge: support zdiff3 conflict stylesEdward Thomson2022-01-302-2/+8
|/ / /
* | | Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-1732-9/+144
|\ \ \
| * | | Apply suggestions from code reviewEdward Thomson2022-01-1710-14/+13
| * | | Set parameter name as function declarationpunkymaniac2022-01-122-2/+2
| * | | Separate function description from short descriptionpunkymaniac2022-01-111-6/+7
| * | | Rephrase param descriptionpunkymaniac2022-01-091-1/+1
| * | | Fix misspelling word "ge" -> "get"punkymaniac2022-01-091-1/+1
| * | | Document return value for git_libgit2_featurespunkymaniac2022-01-091-0/+3
| * | | Add documentation about parameter and return valuepunkymaniac2022-01-0930-0/+122
| * | | Add missing parameter namepunkymaniac2022-01-091-1/+1
| * | | Add `git_apply_options_init` documentationpunkymaniac2022-01-091-0/+10
* | | | Merge branch 'main' into typosEdward Thomson2022-01-173-66/+197
|\ \ \ \
| * | | | 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
* | | | Fix typosDimitris Apostolou2022-01-0513-19/+19
|/ / /
* | | 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-204-93/+268
|\ \
| * | 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-181-0/+106
* | | 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
|\ \ \ | |/ / |/| |