summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | midx: do not verify the checksum on loadCarlos Martín Nieto2022-05-031-6/+0
| |/ / / /
* | | | | Merge pull request #6306 from libgit2/ethomson/ci_testEdward Thomson2022-06-119-13/+83
|\ \ \ \ \
| * | | | | ci: show test results summaryEdward Thomson2022-05-171-1/+16
| * | | | | ci: upload test result data as artifactsEdward Thomson2022-05-171-0/+17
| * | | | | ci: use uid/gid of actions runnerEdward Thomson2022-05-171-1/+1
| * | | | | ci: map the build folder in container buildsEdward Thomson2022-04-201-2/+5
| * | | | | ci: move centos8 to centos streamEdward Thomson2022-04-201-1/+5
| * | | | | ci: use the runner's uid/gidEdward Thomson2022-04-206-6/+33
| * | | | | ci: move to ghcr.io instead of deprecated github packages urlsEdward Thomson2022-04-193-3/+3
| * | | | | ci: some debugging output for containersEdward Thomson2022-04-191-0/+4
* | | | | | Merge pull request #6309 from ccstolley/ccs_fix_midx_offsetEdward Thomson2022-06-111-2/+2
|\ \ \ \ \ \
| * | | | | | Replace bitwise AND 0x7fffffff with XOR 0x80000000.Colin Stolley2022-05-201-1/+1
| * | | | | | midx: fix large object offset table check.Colin Stolley2022-05-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6318 from apnadkarni/patch-3Edward Thomson2022-06-111-0/+2
|\ \ \ \ \ \
| * | | | | | Add link to Tcl bindings for libgit2apnadkarni2022-06-021-0/+2
| |/ / / / /
* | | | | | Merge pull request #6310 from theseion/add-pharo-to-language-bindingsEdward Thomson2022-06-111-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | chore(docs): add Pharo to language bindingsMax Leske2022-05-221-0/+2
|/ / / / /
* | | | | revparse: adjust reflog test as we move away from the datesCarlos Martín Nieto2022-05-031-1/+1
| |/ / / |/| | |
* | | | Merge pull request #6274 from libgit2/ethomson/cli_cloneEdward Thomson2022-04-259-0/+715
|\ \ \ \
| * | | | cli: introduce a clone commandEdward Thomson2022-04-145-23/+201
| * | | | cli: introduce signal handlerEdward Thomson2022-04-144-0/+94
| * | | | cli: introduce a progress classEdward Thomson2022-04-132-0/+443
| | |_|/ | |/| |
* | | | Merge pull request #6277 from cschlack/sys_transport_missing_includeEdward Thomson2022-04-251-0/+1
|\ \ \ \
| * | | | Fix missing includeChristian Schlack2022-04-161-0/+1
| |/ / /
* | | | Merge pull request #6276 from lhchavez/delete-git_transport_smart_proxy_optionsEdward Thomson2022-04-251-10/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | remote: Delete a now-inexistent API declarationlhchavez2022-04-141-10/+0
| |/ /
* | | Merge pull request #6265 from libgit2/ethomson/sha256_twoEdward Thomson2022-04-1822-122/+151
|\ \ \ | |/ / |/| |
| * | fuzzer: use raw oid dataEdward Thomson2022-04-101-1/+1
| * | midx: use raw oid dataEdward Thomson2022-04-102-16/+20
| * | index: use raw oid dataEdward Thomson2022-04-101-6/+6
| * | pack: use raw oid dataEdward Thomson2022-04-102-18/+25
| * | commit_graph: use raw oid dataEdward Thomson2022-04-102-17/+20
| * | oid: introduce `git_oid_raw_cpy`Edward Thomson2022-04-102-2/+9
| * | oid: introduce `git_oid_raw_ncmp`Edward Thomson2022-04-102-19/+24
| * | oid: `hashcmp` is now `raw_cmp`Edward Thomson2022-04-103-5/+7
| * | tests: don't cast raw data to a `git_oid``Edward Thomson2022-04-102-4/+12
| * | indexer: write raw id dataEdward Thomson2022-04-101-1/+1
| * | treecache: write the raw id not the objectEdward Thomson2022-04-101-1/+1
| * | oidmap: hash on the id, not the objectEdward Thomson2022-04-101-1/+1
| * | oid: don't assume the size of an oidEdward Thomson2022-04-102-2/+2
| * | tree: move git_oid into tree entryEdward Thomson2022-04-106-30/+23
* | | Merge pull request #6266 from libgit2/ethomson/ownershipEdward Thomson2022-04-1214-92/+554
|\ \ \ | |/ / |/| |
| * | repo: make ownership checks optionalEdward Thomson2022-04-118-2/+40
| * | repo: honor safe.directory during ownership checksEdward Thomson2022-04-112-5/+148
| * | repo: refactor global config loader functionEdward Thomson2022-04-111-19/+32
| * | repo: test configuration ownership validationEdward Thomson2022-04-112-1/+35
| * | fs_path: mock ownership checksEdward Thomson2022-04-112-0/+56
| * | repo: ensure that repo dir is owned by current userEdward Thomson2022-04-112-4/+30
| * | fs_path: refactor ownership checks into current user and systemEdward Thomson2022-04-114-68/+220
|/ /
* | Merge pull request #6260 from lhchavez/midx-fix-ubEdward Thomson2022-04-102-3/+8
|\ \