summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* shallow: remove feature flagEdward Thomson2023-04-241-5/+1
* Merge remote-tracking branch 'origin/main' into shallow-clone-networkEdward Thomson2023-04-225-11/+72
|\
| * Merge pull request #6549 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-04-224-6/+67
| |\
| | * commit graph: support sha256Edward Thomson2023-04-101-2/+12
| | * midx: support sha256Edward Thomson2023-04-101-1/+5
| | * diff: parse patches with sha256Edward Thomson2023-04-101-3/+41
| | * index: add sha256 supportEdward Thomson2023-04-101-0/+9
| * | meta: the main branch is now v1.7.0Edward Thomson2023-04-121-5/+5
| |/
| * v1.6.3: update version numbersEdward Thomson2023-03-211-2/+2
* | Remove unnecessary include.lmcglash2023-03-131-1/+0
* | Merge branch 'shallow-clone-network' of https://github.com/mathworks/libgit2 ...lmcglash2023-03-101-2/+2
|\ \
| * | Apply suggestions from code reviewLaurence McGlashan2023-03-101-2/+2
* | | Remove unused git_transport_flags_tlmcglash2023-03-101-9/+0
|/ /
* | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe'lmcglash2023-03-1010-39/+238
|\ \ | |/
| * 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
| |/
* | remove unused apiyuangli2022-08-112-12/+1
* | support fetch unshallow option on shallow reposyuangli2022-08-091-1/+8
* | refactor git_fetch_option.depth and usageyuangli2022-08-021-1/+3
* | remove build errorsyuangli2022-07-292-6/+7
* | Merge branch 'transportPR' into shallow-clone-networkyuangli2022-07-293-3/+41
|\ \
| * | Merge branch 'pr/tiennou/4747' into transportPRyuangli2022-07-043-3/+32
* | | Merge branch 'mw_dev' into shallow-clone-localYuang Li2022-07-299-37/+238
|\ \ \ | | |/ | |/|
| * | 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