summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | remote: introduce git_remote_ready_cbEdward Thomson2021-08-291-0/+17
| * | | remote: introduce set_instance_urlEdward Thomson2021-08-271-3/+25
| |/ /
* | | Merge pull request #5841 from J0Nes90/features/checkout-dry-runEdward Thomson2021-08-291-0/+6
|\ \ \
| * | | Update include/git2/checkout.hEdward Thomson2021-08-291-1/+4
| * | | implement GIT_CHECKOUT_DRY_RUN to allow notifications without touching the wo...Jochen Hunz2021-04-141-0/+3
* | | | Merge pull request #5405 from lhchavez/multi-pack-index-odb-writeEdward Thomson2021-08-292-0/+21
|\ \ \ \
| * | | | midx: Introduce git_odb_write_multi_pack_index()lhchavez2021-08-272-0/+21
| * | | | midx: Add a way to write multi-pack-index fileslhchavez2021-08-272-0/+77
| | |/ / | |/| |
* | | | Merge pull request #5395 from josharian/http-use-eauthEdward Thomson2021-08-291-6/+6
|\ \ \ \
| * \ \ \ Merge branch 'main' into http-use-eauthEdward Thomson2021-08-2936-304/+1108
| |\ \ \ \ | | |/ / /
| * | | | use consistent whitespace before commentsJosh Bleecher Snyder2020-02-071-6/+6
* | | | | Merge remote-tracking branch 'origin/main' into multi-pack-index-writelhchavez2021-08-2712-139/+461
|\ \ \ \ \ | | |/ / / | |/| | |