summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
|\ \ \
| * | | [midx] Fix an undefined behavior (left-shift signed overflow)lhchavez2022-04-052-3/+8
* | | | Merge pull request #6244 from jorio/fix-diff_delta_format_path-crashEdward Thomson2022-04-103-0/+40
|\ \ \ \
| * | | | Update src/libgit2/diff_print.cEdward Thomson2022-04-101-3/+2
| * | | | diff_delta_format_path: handle null filenameIliyas Jorio2022-03-131-0/+6
| * | | | test: add test that regenerates patches with spaces in filenameIliyas Jorio2022-03-132-0/+35
* | | | | Merge pull request #6262 from libgit2/ethomson/zero_statEdward Thomson2022-04-064-12/+22
|\ \ \ \ \
| * | | | | tests: support flaky statEdward Thomson2022-04-064-12/+22
|/ / / / /
* | | | | Merge pull request #6259 from libgit2/ethomson/diff_arm32Edward Thomson2022-04-051-4/+8
|\ \ \ \ \
| * | | | | diff: don't stat empty file on arm32 (flaky test)Edward Thomson2022-04-041-4/+8
* | | | | | Merge pull request #6258 from libgit2/ethomson/sha256_openssl_dynamicEdward Thomson2022-04-055-3/+107
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |