summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* meta: update version numbers to 1.5.2Edward Thomson2023-02-141-2/+2
* meta: update version numbers to 1.5.1Edward Thomson2023-01-181-2/+2
* v1.5: update version numbersEdward Thomson2022-07-131-2/+2
* status: update documentation for default optionsEdward Thomson2022-06-131-2/+5
* config: update config entry iteration lifecycleEdward Thomson2022-06-131-2/+2
* transport: remove `git_transport_smart_proxy_options` Edward Thomson2022-06-121-10/+0
* Merge remote-tracking branch 'origin/main' into mainlhchavez2022-06-113-7/+7
|\
| * docs: fix couple of typosAleksey Kulikov2022-04-283-7/+7
| * Merge pull request #6277 from cschlack/sys_transport_missing_includeEdward Thomson2022-04-251-0/+1
| |\
| | * Fix missing includeChristian Schlack2022-04-161-0/+1
| * | remote: Delete a now-inexistent API declarationlhchavez2022-04-141-10/+0
| |/
* | Apply suggestions from code reviewlhchavez2022-06-112-1/+3
* | transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-162-2/+29
|/
* repo: make ownership checks optionalEdward Thomson2022-04-111-1/+11
* repo: ensure that repo dir is owned by current userEdward Thomson2022-04-111-1/+2
* sha: GIT_ERROR_SHA1 is deprecated in favor of GIT_ERROR_SHAEdward Thomson2022-03-232-1/+3
* errors: expose `git_error_set`Edward Thomson2022-02-221-2/+16
* meta: document version information for libgit2Edward Thomson2022-02-141-0/+20
* meta: provide an accessor for prerelease infoEdward Thomson2022-02-141-0/+11
* meta: update version number to v1.5.0-alphaEdward Thomson2022-02-141-6/+7
* v1.4: update version numbersEdward Thomson2022-02-131-3/+3
* Merge pull request #6204 from boretrk/merge_flagsEdward Thomson2022-02-121-2/+17
|\
| * merge: make the internal flags publicEdward Thomson2022-02-121-4/+13
| * merge: allocate merge flags for internal usePeter Pettersson2022-02-071-2/+8
* | diff: indicate when the file size is "valid"Edward Thomson2022-02-121-1/+2
* | Merge pull request #6203 from libgit2/ethomson/fetch_by_oidEdward Thomson2022-02-112-0/+41
|\ \ | |/ |/|
| * transport: transports can indicate support for fetch by oidEdward Thomson2022-02-061-0/+31
| * transport: add capabilities query functionEdward Thomson2022-02-061-0/+10
* | Merge pull request #6192 from libgit2/ethomson/sha256_preparationEdward Thomson2022-02-063-7/+38
|\ \ | |/ |/|
| * packbuilder: use the packfile name instead of hashEdward Thomson2022-01-271-7/+21
| * 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