summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* v1.6.2: update version numbersEdward Thomson2023-02-281-2/+2
* v1.6.1: correct missing version number updatesv1.6.1Edward Thomson2023-02-251-2/+2
* v1.6: update version numbersEdward Thomson2023-02-241-2/+2
* Correct the definition of "empty" in the docs for `git_repository_is_empty`Tim Rogers2023-02-231-1/+3
* odb: don't unconditionally add oid_type to streamEdward Thomson2023-02-231-0/+2
* Merge pull request #6330 from gitkraken-jacobw/partial-stashingEdward Thomson2023-02-161-6/+60
|\
| * stash: fixes from code reviewEdward Thomson2023-02-161-17/+5
| * stash: add `const` to argumentsJacob Watson2022-07-141-1/+3
| * stash: implement partial stashing by pathJacob Watson2022-07-141-1/+65
* | strarray: remove deprecated declarationEdward Thomson2023-02-161-13/+0
* | Merge pull request #6456 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-02-145-16/+138
|\ \
| * | repo: take an oid_type when initializingEdward Thomson2023-02-121-0/+9
| * | transport: teach transports about oid types and SHA256Edward Thomson2023-02-121-0/+12
| * | object: lookup sha256 objectsEdward Thomson2023-02-122-2/+57
| * | packfile: handle sha256 packfilesEdward Thomson2023-02-121-14/+52
| * | repo: understand the `objectformat` extensionEdward Thomson2023-02-121-0/+8
* | | core: allow users to configure home directoryEdward Thomson2023-02-091-1/+13
|/ /
* | cmake: provide empty experimental.h for non-cmake usersEdward Thomson2022-09-191-0/+20
|/
* sha256: indirection for experimental functionsEdward Thomson2022-07-133-0/+42
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-138-45/+204
|\
| * sha256: make sha256 an experimental optional featureEdward Thomson2022-06-203-19/+70
| * odb_loose: SHA256 support for loose object storageEdward Thomson2022-06-201-2/+8
| * odb: add git_odb_loose_backend_optionsEdward Thomson2022-06-201-8/+38
| * odb: accept an oid type in optionsEdward Thomson2022-06-202-0/+8
| * odb: add git_odb_optionsEdward Thomson2022-06-201-2/+20
| * odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-201-7/+18
| * oid: specify a default implementationEdward Thomson2022-06-201-0/+3
| * oid: add sha256 typed oidsEdward Thomson2022-06-201-4/+9
| * oid: give oids a typeEdward Thomson2022-06-201-21/+36
| * oid: include maximum oid raw/hex sizesEdward Thomson2022-06-141-0/+2
| * oid: introduce `git_oid_t`Edward Thomson2022-06-141-0/+5
| * oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-142-5/+10
| * oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-144-9/+9
* | meta: update version number to v1.6.0-alphaEdward Thomson2022-07-131-4/+4
* | 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