summaryrefslogtreecommitdiff
path: root/src/libgit2/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* net: move `gitno` buffer to `staticstr`Edward Thomson2023-05-131-1/+0
* fetch: remove `unshallow` optionEdward Thomson2023-05-091-3/+1
* oid: use an oid array instead of shallowarrayEdward Thomson2023-05-091-11/+18
* shallow: don't default to -1 for depthEdward Thomson2023-05-081-8/+5
* Merge remote-tracking branch 'origin/main' into shallow-clone-networkEdward Thomson2023-04-221-2/+2
|\
| * fetch: support SHA256 refsEdward Thomson2023-04-101-2/+2
* | Update src/libgit2/fetch.cLaurence McGlashan2023-03-101-1/+1
* | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe'lmcglash2023-03-101-4/+0
|\ \ | |/
| * transport: teach transports about oid types and SHA256Edward Thomson2023-02-121-4/+0
* | remove unused statementsYuang Li2022-09-051-1/+0
* | fix error handlingYuang Li2022-09-051-2/+2
* | fix depth initialisationYuang Li2022-09-051-3/+6
* | fix test failuresYuang Li2022-08-311-2/+4
* | document unshallow behaviour in fetch.cyuangli2022-08-111-1/+3
* | support fetch unshallow option on shallow reposyuangli2022-08-091-2/+7
* | eliminate build warningsyuangli2022-07-291-2/+0
* | remove build errorsyuangli2022-07-291-6/+1
* | Merge branch 'transportPR' into shallow-clone-networkyuangli2022-07-291-3/+26
|/
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-1/+2
* oid: give oids a typeEdward Thomson2022-06-201-2/+2
* fetch: support OID refspec without dstEdward Thomson2022-03-231-2/+5
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+211