Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | streams: sockets are non-blocking and can timeout | Edward Thomson | 2023-05-13 | 3 | -4/+44 |
* | oid: don't assume thread local state was initialized | Edward Thomson | 2023-05-13 | 1 | -1/+1 |
* | Merge pull request #6557 from libgit2/ethomson/shallow | Edward Thomson | 2023-05-09 | 3 | -3/+39 |
|\ | |||||
| * | fetch: remove `unshallow` option | Edward Thomson | 2023-05-09 | 1 | -9/+13 |
| * | oid: use an oid array instead of shallowarray | Edward Thomson | 2023-05-09 | 1 | -9/+13 |
| * | shallow: don't default to -1 for depth | Edward Thomson | 2023-05-08 | 1 | -3/+3 |
| * | shallow: remove feature flag | Edward Thomson | 2023-04-24 | 1 | -5/+1 |
| * | Merge remote-tracking branch 'origin/main' into shallow-clone-network | Edward Thomson | 2023-04-22 | 5 | -11/+72 |
| |\ | |||||
| * | | Remove unnecessary include. | lmcglash | 2023-03-13 | 1 | -1/+0 |
| * | | Merge branch 'shallow-clone-network' of https://github.com/mathworks/libgit2 ... | lmcglash | 2023-03-10 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Apply suggestions from code review | Laurence McGlashan | 2023-03-10 | 1 | -2/+2 |
| * | | | Remove unused git_transport_flags_t | lmcglash | 2023-03-10 | 1 | -9/+0 |
| |/ / | |||||
| * | | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe' | lmcglash | 2023-03-10 | 10 | -39/+238 |
| |\ \ | |||||
| * | | | remove unused api | yuangli | 2022-08-11 | 2 | -12/+1 |
| * | | | support fetch unshallow option on shallow repos | yuangli | 2022-08-09 | 1 | -1/+8 |
| * | | | refactor git_fetch_option.depth and usage | yuangli | 2022-08-02 | 1 | -1/+3 |
| * | | | remove build errors | yuangli | 2022-07-29 | 2 | -6/+7 |
| * | | | Merge branch 'transportPR' into shallow-clone-network | yuangli | 2022-07-29 | 3 | -3/+41 |
| |\ \ \ | |||||
| | * | | | Merge branch 'pr/tiennou/4747' into transportPR | yuangli | 2022-07-04 | 3 | -3/+32 |
| * | | | | Merge branch 'mw_dev' into shallow-clone-local | Yuang Li | 2022-07-29 | 9 | -37/+238 |
| |\ \ \ \ | |||||
| * | | | | | improve error handling | yuangli | 2022-07-28 | 1 | -1/+0 |
| * | | | | | fix build errors | yuangli | 2022-07-26 | 1 | -1/+1 |
| * | | | | | Merge branch 'pr/pks-t/5254' into shallow-clone-local | yuangli | 2022-07-26 | 3 | -1/+7 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | add feature flag for shallow clone support | Yuang Li | 2022-06-27 | 1 | -1/+5 |
| | * | | | | Merge branch 'main' into pr/pks-t/5254 | Yuang Li | 2022-06-24 | 46 | -461/+1772 |
| | |\ \ \ \ | |||||
| | * | | | | | repository: do not expose grafting mechanism | Patrick Steinhardt | 2020-06-27 | 1 | -12/+0 |
| | * | | | | | repository: reuse grafts for shallow roots | Patrick Steinhardt | 2020-06-27 | 1 | -1/+2 |
| | * | | | | | grafts: move parsing into grafts module | Patrick Steinhardt | 2020-06-27 | 1 | -1/+2 |
| | * | | | | | repo: load shallow roots | Etienne Samson | 2020-06-27 | 1 | -0/+12 |
* | | | | | | | sha256: wrap_odb supports SHA256 | Edward Thomson | 2023-05-06 | 1 | -2/+12 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge pull request #6549 from libgit2/ethomson/sha256_experimental | Edward Thomson | 2023-04-22 | 4 | -6/+67 |
|\ \ \ \ \ \ | |||||
| * | | | | | | commit graph: support sha256 | Edward Thomson | 2023-04-10 | 1 | -2/+12 |
| * | | | | | | midx: support sha256 | Edward Thomson | 2023-04-10 | 1 | -1/+5 |
| * | | | | | | diff: parse patches with sha256 | Edward Thomson | 2023-04-10 | 1 | -3/+41 |
| * | | | | | | index: add sha256 support | Edward Thomson | 2023-04-10 | 1 | -0/+9 |
* | | | | | | | meta: the main branch is now v1.7.0 | Edward Thomson | 2023-04-12 | 1 | -5/+5 |
|/ / / / / / | |||||
* | | | | | | v1.6.3: update version numbers | Edward Thomson | 2023-03-21 | 1 | -2/+2 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | v1.6.2: update version numbers | Edward Thomson | 2023-02-28 | 1 | -2/+2 |
* | | | | | v1.6.1: correct missing version number updatesv1.6.1 | Edward Thomson | 2023-02-25 | 1 | -2/+2 |
* | | | | | v1.6: update version numbers | Edward Thomson | 2023-02-24 | 1 | -2/+2 |
* | | | | | Correct the definition of "empty" in the docs for `git_repository_is_empty` | Tim Rogers | 2023-02-23 | 1 | -1/+3 |
* | | | | | odb: don't unconditionally add oid_type to stream | Edward Thomson | 2023-02-23 | 1 | -0/+2 |
* | | | | | Merge pull request #6330 from gitkraken-jacobw/partial-stashing | Edward Thomson | 2023-02-16 | 1 | -6/+60 |
|\ \ \ \ \ | |||||
| * | | | | | stash: fixes from code review | Edward Thomson | 2023-02-16 | 1 | -17/+5 |
| * | | | | | stash: add `const` to arguments | Jacob Watson | 2022-07-14 | 1 | -1/+3 |
| * | | | | | stash: implement partial stashing by path | Jacob Watson | 2022-07-14 | 1 | -1/+65 |
| | |_|_|/ | |/| | | | |||||
* | | | | | strarray: remove deprecated declaration | Edward Thomson | 2023-02-16 | 1 | -13/+0 |
* | | | | | Merge pull request #6456 from libgit2/ethomson/sha256_experimental | Edward Thomson | 2023-02-14 | 5 | -16/+138 |
|\ \ \ \ \ | |||||
| * | | | | | repo: take an oid_type when initializing | Edward Thomson | 2023-02-12 | 1 | -0/+9 |
| * | | | | | transport: teach transports about oid types and SHA256 | Edward Thomson | 2023-02-12 | 1 | -0/+12 |