summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* worktree: document that is_prunable sets error messagesEdward Thomson2023-05-161-1/+3
* streams: sockets are non-blocking and can timeoutEdward Thomson2023-05-133-4/+44
* oid: don't assume thread local state was initializedEdward Thomson2023-05-131-1/+1
* Merge pull request #6557 from libgit2/ethomson/shallowEdward Thomson2023-05-093-3/+39
|\
| * fetch: remove `unshallow` optionEdward Thomson2023-05-091-9/+13
| * oid: use an oid array instead of shallowarrayEdward Thomson2023-05-091-9/+13
| * shallow: don't default to -1 for depthEdward Thomson2023-05-081-3/+3
| * shallow: remove feature flagEdward Thomson2023-04-241-5/+1
| * Merge remote-tracking branch 'origin/main' into shallow-clone-networkEdward Thomson2023-04-225-11/+72
| |\
| * | 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
| |\ \
| * | | 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
| |\ \ \ \
| * | | | | improve error handlingyuangli2022-07-281-1/+0
| * | | | | fix build errorsyuangli2022-07-261-1/+1
| * | | | | Merge branch 'pr/pks-t/5254' into shallow-clone-localyuangli2022-07-263-1/+7
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | add feature flag for shallow clone supportYuang Li2022-06-271-1/+5
| | * | | | Merge branch 'main' into pr/pks-t/5254Yuang Li2022-06-2446-461/+1772
| | |\ \ \ \
| | * | | | | repository: do not expose grafting mechanismPatrick Steinhardt2020-06-271-12/+0
| | * | | | | repository: reuse grafts for shallow rootsPatrick Steinhardt2020-06-271-1/+2
| | * | | | | grafts: move parsing into grafts modulePatrick Steinhardt2020-06-271-1/+2
| | * | | | | repo: load shallow rootsEtienne Samson2020-06-271-0/+12
* | | | | | | sha256: wrap_odb supports SHA256Edward Thomson2023-05-061-2/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | 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