summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pack: support SHA256 in packfilesethomson/sha256_packEdward Thomson2022-07-1118-129/+348
* pack: don't pretend we support pack files v3Edward Thomson2022-07-082-3/+3
* packfile: checkpointEdward Thomson2022-07-087-37/+57
* ci: run sha256 builds in ciEdward Thomson2022-07-071-40/+72
* sha256: make sha256 an experimental optional featureEdward Thomson2022-07-0722-55/+271
* meta: generated `features.h` is now `git2_features.h`Edward Thomson2022-07-076-11/+7
* odb_loose: SHA256 support for loose object storageEdward Thomson2022-07-075-70/+515
* oid: add git_oid_fmt_substrEdward Thomson2022-07-073-25/+61
* odb: add git_odb_loose_backend_optionsEdward Thomson2022-07-075-38/+91
* odb: accept an oid type in optionsEdward Thomson2022-07-074-16/+33
* odb: add git_odb_optionsEdward Thomson2022-07-0716-25/+61
* odb_hash*: accept the oid type to hash intoEdward Thomson2022-07-0716-79/+136
* oid: provide an oid type to hash type mapEdward Thomson2022-07-071-0/+13
* oid: specify a default implementationEdward Thomson2022-07-071-0/+3
* clar: format sha256 in cl_assert_equal_oidEdward Thomson2022-07-071-2/+19
* oid: add sha256 typed oidsEdward Thomson2022-07-074-54/+137
* oid: give oids a typeEdward Thomson2022-07-07190-1007/+1152
* object: move oid header printing to objectEdward Thomson2022-07-076-22/+34
* object: move oid header parsing to objectEdward Thomson2022-07-076-33/+44
* oid: include maximum oid raw/hex sizesEdward Thomson2022-07-071-0/+2
* oid: add functions to inspect oid informationEdward Thomson2022-07-071-0/+20
* oid: introduce `git_oid_t`Edward Thomson2022-07-071-0/+5
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-07-0724-62/+65
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-07-0781-355/+355
* meta: update version number to v1.6.0-alphaEdward Thomson2022-07-073-5/+5
* v1.5: update version numbersEdward Thomson2022-07-072-3/+3
* v1.5: update the changelogEdward Thomson2022-07-071-0/+70
* Merge pull request #6333 from jpalus/pcre2-detectionEdward Thomson2022-07-072-5/+4
|\
| * cmake: drop posix dependency from pcre* detectionJan Palus2022-07-072-5/+4
* | Merge pull request #6334 from i-tengfei/fix-rebase-interactiveEdward Thomson2022-07-071-1/+11
|\ \
| * | rebase: formatting fixesEdward Thomson2022-07-061-3/+4
| * | fix interactive rebase detect.Tengfei2022-06-281-1/+10
| |/
* | Merge pull request #6335 from kcsaul/fix/config-find-system-fileEdward Thomson2022-07-061-2/+2
|\ \
| * | config: use correct git_sysdir_find* function within git_config_find* functionsKevin Saul2022-06-281-2/+2
| |/
* | Merge pull request #6340 from vishwin/mainEdward Thomson2022-07-061-1/+3
|\ \
| * | ntlmclient: LibreSSL 3.5 removed HMAC_CTX_cleanupCharlie Li2022-07-031-1/+3
| |/
* | Merge pull request #6343 from libgit2/ethomson/ciEdward Thomson2022-07-064-12/+16
|\ \
| * | ci: update dockerfiles for mbedTLS new urlEdward Thomson2022-07-063-11/+11
| * | actions: pass UID and GID to PR builds of dockerfilesEdward Thomson2022-07-061-1/+5
|/ /
* | Merge pull request #6342 from libgit2/ethomson/actions_limitsEdward Thomson2022-07-063-36/+41
|\ \ | |/ |/|
| * actions: move CodeQL workflow into nightlyEdward Thomson2022-07-062-40/+29
| * actions: limit secheduled workflows to our main repoEdward Thomson2022-07-063-1/+17
|/
* Merge pull request #6303 from zawata/legacy_buffer_stream_segfaultEdward Thomson2022-06-221-0/+30
|\
| * copy back git_buf after callbackJohn Alden2022-06-221-6/+16
| * fix indentation, copy asizeJohn Alden2022-06-161-7/+9
| * Address feedbackJohn Alden2022-06-141-3/+11
| * Call legacy_write_fn if givenJohn Alden2022-05-131-0/+10
* | Merge pull request #6321 from libgit2/ethomson/ownershipEdward Thomson2022-06-132-3/+4
|\ \
| * | repo: allow administrator to own the configurationEdward Thomson2022-06-132-3/+4
* | | Merge pull request #6322 from libgit2/ethomson/statEdward Thomson2022-06-131-2/+5
|\ \ \