summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: don't assume SKIP_ONLINE means SKIP_NTLMethomson/ciEdward Thomson2022-09-161-1/+1
* Merge pull request #6403 from libgit2/ethomson/ciEdward Thomson2022-09-164-14/+29
|\
| * ci: clean up daemon processes on exitEdward Thomson2022-09-161-10/+25
| * ci: move to macos-11Edward Thomson2022-09-163-4/+4
|/
* Merge pull request #6357 from boretrk/testutilEdward Thomson2022-07-181-1/+1
|\
| * clar: remove ftrunacte from libgit2 testsPeter Pettersson2022-07-151-1/+1
|/
* Merge pull request #6353 from libgit2/ethomson/flaky_googlesourceEdward Thomson2022-07-131-0/+4
|\
| * tests: skip flaky-ass googlesource testsEdward Thomson2022-07-131-0/+4
* | Merge pull request #6354 from libgit2/ethomson/sha256_experimentalEdward Thomson2022-07-13188-958/+1212
|\ \
| * | sha256: indirection for experimental functionsEdward Thomson2022-07-13188-958/+1212
|/ /
* | Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-13254-1722/+2924
|\ \ | |/ |/|
| * ci: run sha256 builds in ciEdward Thomson2022-06-201-40/+72
| * sha256: make sha256 an experimental optional featureEdward Thomson2022-06-2022-55/+271
| * meta: generated `features.h` is now `git2_features.h`Edward Thomson2022-06-206-11/+7
| * odb_loose: SHA256 support for loose object storageEdward Thomson2022-06-205-70/+515
| * oid: add git_oid_fmt_substrEdward Thomson2022-06-203-25/+61
| * odb: add git_odb_loose_backend_optionsEdward Thomson2022-06-205-38/+91
| * odb: accept an oid type in optionsEdward Thomson2022-06-204-16/+33
| * odb: add git_odb_optionsEdward Thomson2022-06-2016-25/+61
| * odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-2016-79/+136
| * oid: provide an oid type to hash type mapEdward Thomson2022-06-201-0/+13
| * oid: specify a default implementationEdward Thomson2022-06-201-0/+3
| * clar: format sha256 in cl_assert_equal_oidEdward Thomson2022-06-201-2/+19
| * oid: add sha256 typed oidsEdward Thomson2022-06-204-54/+137
| * oid: give oids a typeEdward Thomson2022-06-20190-1007/+1152
| * object: move oid header printing to objectEdward Thomson2022-06-146-22/+34
| * object: move oid header parsing to objectEdward Thomson2022-06-146-33/+44
| * oid: include maximum oid raw/hex sizesEdward Thomson2022-06-141-0/+2
| * oid: add functions to inspect oid informationEdward Thomson2022-06-141-0/+20
| * oid: introduce `git_oid_t`Edward Thomson2022-06-141-0/+5
| * oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-1424-62/+65
| * oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-1481-355/+355
* | Merge pull request #6352 from libgit2/ethomson/post_1.5.0Edward Thomson2022-07-132-5/+5
|\ \
| * | meta: update version number to v1.6.0-alphaEdward Thomson2022-07-132-5/+5
|/ /
* | Merge pull request #6351 from libgit2/ethomson/v1.5.0v1.5.0Edward Thomson2022-07-133-3/+80
|\ \
| * | v1.5: update version numbersEdward Thomson2022-07-132-3/+3
| * | v1.5: update the changelogEdward Thomson2022-07-131-0/+77
|/ /
* | meta: update release.yml for security informationEdward Thomson2022-07-131-1/+4
* | Merge pull request #6348 from lya001/fix-invalid-branch-nameEdward Thomson2022-07-134-14/+56
|\ \
| * | Update src/libgit2/tag.cEdward Thomson2022-07-121-0/+2
| * | Apply suggestions from code reviewEdward Thomson2022-07-122-6/+6
| * | Merge branch 'main' into fix-invalid-branch-nameyuangli2022-07-121570-197319/+209051
| |\ \
| * | | tests: free resources in invalid tag name testyuangli2022-07-111-0/+3
| * | | tests: error when create tag with invalid nameyuangli2022-07-111-0/+16
| * | | tag: refactor tag name validity checksyuangli2022-07-111-5/+15
| * | | branches: fix error message for invalid nameyuangli2022-07-111-7/+7
| * | | tests: rename to follow clar naming conventionyuangli2022-07-111-1/+1
| * | | tests: rename test for consistencyyuangli2022-07-111-1/+1
| * | | branch: refactor branch name validity checksyuangli2022-07-111-2/+7
| * | | tests: error when create branch with invalid nameyuangli2022-07-111-0/+8