summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: add summary of test resultsethomson/ci_test_resultsEdward Thomson2022-05-091-0/+5
* 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
|\ \ \ \ | |_|_|/ |/| | |
| * | | sha256: support dynamically loaded opensslEdward Thomson2022-04-045-3/+107
| |/ /
* | | Merge pull request #6251 from libgit2/ethomson/oid_fetchEdward Thomson2022-04-043-4/+39
|\ \ \ | |/ / |/| |
| * | fetch: support OID refspec without dstEdward Thomson2022-03-233-4/+39
* | | Merge pull request #6144 from libgit2/ethomson/sha256Edward Thomson2022-03-2337-908/+2248
|\ \ \
| * | | sha: cast nonsense for obnoxious gcc warningsEdward Thomson2022-03-231-7/+7
| * | | sha: ensure we test both cng and cryptoapi on windowsEdward Thomson2022-03-234-5/+95