summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | amiga: use ';' as path list separator on AmigaOSPeter Pettersson2021-08-081-3/+3
| * | | | odb: Implement option for overriding of default odb backend priorityTony De La Nuez2021-07-301-1/+11
| * | | | Merge branch 'pr/5861'Edward Thomson2021-07-301-0/+13
| |\ \ \ \
| | * | | | branch: git branch upstream merge has been exposed.Dmitry Lobanov2021-05-121-0/+13
| * | | | | Merge branch 'pr/5940'Edward Thomson2021-07-306-133/+265
| |\ \ \ \ \
| | * | | | | status: document `GIT_STATUS_OPT_INCLUDE_UNREADABLE`Edward Thomson2021-07-302-29/+75
| | * | | | | Fix struct documentation formattingpunkymaniac2021-07-064-86/+158
| | * | | | | Add missing return documentationpunkymaniac2021-07-061-0/+2
| | * | | | | Add missing empty linepunkymaniac2021-07-061-0/+1
| | * | | | | Fix documentation formatting for git_diff_filepunkymaniac2021-07-061-19/+30
| | * | | | | Fix bad char at the end of the wordpunkymaniac2021-07-061-1/+1
| * | | | | | Merge pull request #5952 from libgit2/ethomson/attrs_from_commitEdward Thomson2021-07-293-0/+149
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | filter: introduce GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMITEdward Thomson2021-07-222-0/+24
| | * | | | | attr: introduce GIT_ATTR_CHECK_INCLUDE_COMMITEdward Thomson2021-07-221-0/+10
| | * | | | | filter: add git_filter_optionsEdward Thomson2021-07-221-0/+36