summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oid: don't assume thread local state was initializedEdward Thomson2023-05-135-13/+45
* errors: don't rely on tls data workingEdward Thomson2023-05-131-13/+68
* errors: drop unneccessary g_git prefixEdward Thomson2023-05-131-6/+6
* Merge pull request #6488 from libgit2/ethomson/workflowEdward Thomson2023-05-134-126/+146
|\
| * reusableethomson/workflowEdward Thomson2023-02-172-60/+73
| * nightlyEdward Thomson2023-02-171-29/+14
| * fixup! fixup! actions: simplify execution with composite actionEdward Thomson2023-02-161-2/+2
| * fixup! actions: simplify execution with composite actionEdward Thomson2023-02-161-1/+1
| * actions: simplify execution with composite actionEdward Thomson2023-02-162-37/+59
* | Merge pull request #6561 from libgit2/ethomson/xdiffEdward Thomson2023-05-1312-129/+133
|\ \
| * | xdiff: update to xdiff from git 2.40.1ethomson/xdiffEdward Thomson2023-05-1111-129/+131
| * | util: add GIT_UNUSED_ARGEdward Thomson2023-05-111-0/+2
* | | Merge pull request #6558 from DimitryAndric/fix-qsort-variants-2Edward Thomson2023-05-125-23/+41
|\ \ \ | |/ / |/| |
| * | cmake: refactor `check_prototype_definition`Edward Thomson2023-05-123-15/+21
| * | cmake: simplify QSORT namesEdward Thomson2023-05-123-18/+20
| * | Work around -Werror problems when detecting qsort variantsDimitry Andric2023-05-091-0/+10
* | | Merge pull request #6557 from libgit2/ethomson/shallowEdward Thomson2023-05-0960-76/+1628
|\ \ \ | |/ / |/| |
| * | fetch: remove `unshallow` optionEdward Thomson2023-05-093-13/+15
| * | oid: use an oid array instead of shallowarrayEdward Thomson2023-05-0918-176/+304
| * | cli: add --depth option to cloneEdward Thomson2023-05-081-6/+22
| * | grafts: make `from_file` be `open_or_refresh`Edward Thomson2023-05-083-8/+18
| * | shallow: cleanup whitespace in testsEdward Thomson2023-05-081-16/+16
| * | shallow: don't default to -1 for depthEdward Thomson2023-05-083-12/+9
| * | grafts: handle SHA256 graft filesEdward Thomson2023-05-085-12/+24
| * | grafts: use `git_parse` to parse object IDsEdward Thomson2023-05-081-9/+7
| * | futils: use SHA256 for checksums alwaysEdward Thomson2023-05-082-7/+11
| * | shallow: avoid unnecessary pkt freeEdward Thomson2023-05-081-7/+9
| * | transport: transports understand oid typeEdward Thomson2023-04-253-12/+24
| * | shallow: don't assume SHA1Edward Thomson2023-04-252-26/+46
| * | smart: validate shallow/unshallow pktsEdward Thomson2023-04-251-6/+24
| * | shallow: use GIT_ASSERT (not assert)Edward Thomson2023-04-242-11/+13
| * | shallow: move tests to onlineEdward Thomson2023-04-241-12/+4
| * | shallow: remove feature flagEdward Thomson2023-04-249-36/+5
| * | Merge remote-tracking branch 'origin/main' into shallow-clone-networkEdward Thomson2023-04-22240-1244/+4685
| |\ \
| * | | Remove unnecessary include.lmcglash2023-03-131-1/+0
| * | | Update src/libgit2/fetch.cLaurence McGlashan2023-03-101-1/+1
| * | | Merge branch 'shallow-clone-network' of https://github.com/mathworks/libgit2 ...lmcglash2023-03-102-3/+3
| |\ \ \
| | * | | Apply suggestions from code reviewLaurence McGlashan2023-03-102-3/+3
| * | | | Remove unused git_transport_flags_tlmcglash2023-03-101-9/+0
| * | | | Remove stray commalmcglash2023-03-101-2/+2
| |/ / /
| * | | Fix merge errorlmcglash2023-03-101-26/+17
| * | | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe'lmcglash2023-03-10323-1976/+8392
| |\ \ \
| * | | | refactor grafts testsYuang Li2022-09-063-9/+9
| * | | | fix shallow array searchYuang Li2022-09-061-1/+1
| * | | | remove unused statementsYuang Li2022-09-052-2/+0
| * | | | fix error handlingYuang Li2022-09-051-2/+2
| * | | | fix depth initialisationYuang Li2022-09-051-3/+6
| * | | | fix seg faultsYuang Li2022-09-052-1/+3
| * | | | fix free errorYuang Li2022-08-311-2/+0
| * | | | fix shallowarray testYuang Li2022-08-311-3/+3