summaryrefslogtreecommitdiff
path: root/src/libgit2
Commit message (Expand)AuthorAgeFilesLines
* pack: support SHA256 in packfilesethomson/sha256_packEdward Thomson2022-07-119-100/+190
* pack: don't pretend we support pack files v3Edward Thomson2022-07-081-1/+1
* packfile: checkpointEdward Thomson2022-07-086-37/+45
* sha256: make sha256 an experimental optional featureEdward Thomson2022-07-079-21/+115
* meta: generated `features.h` is now `git2_features.h`Edward Thomson2022-07-071-1/+1
* odb_loose: SHA256 support for loose object storageEdward Thomson2022-07-072-44/+59
* oid: add git_oid_fmt_substrEdward Thomson2022-07-072-25/+36
* odb: add git_odb_loose_backend_optionsEdward Thomson2022-07-072-27/+38
* odb: accept an oid type in optionsEdward Thomson2022-07-072-16/+25
* odb: add git_odb_optionsEdward Thomson2022-07-073-5/+23
* odb_hash*: accept the oid type to hash intoEdward Thomson2022-07-079-44/+90
* oid: provide an oid type to hash type mapEdward Thomson2022-07-071-0/+13
* oid: add sha256 typed oidsEdward Thomson2022-07-071-0/+4
* oid: give oids a typeEdward Thomson2022-07-0736-108/+216
* object: move oid header printing to objectEdward Thomson2022-07-075-14/+26
* object: move oid header parsing to objectEdward Thomson2022-07-075-31/+40
* oid: add functions to inspect oid informationEdward Thomson2022-07-071-0/+20
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-07-077-12/+12
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-07-0743-238/+238
* 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
* | config: use correct git_sysdir_find* function within git_config_find* functionsKevin Saul2022-06-281-2/+2
|/
* 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
* | repo: allow administrator to own the configurationEdward Thomson2022-06-131-1/+1
* | Merge pull request #6278 from lhchavez/git_transport_smart_remote_connect_opt...Edward Thomson2022-06-122-1/+13
|\ \
| * \ Merge remote-tracking branch 'origin/main' into mainlhchavez2022-06-1117-123/+138
| |\ \
| * | | Apply suggestions from code reviewlhchavez2022-06-111-1/+1
| * | | transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-162-1/+13
* | | | Merge pull request #6288 from libgit2/cmn/mwindow-simplificationsEdward Thomson2022-06-122-10/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | mwindow: use multiplication instesad of conditionalsCarlos Martín Nieto2022-04-291-3/+1
| * | | mwindow: include both the offset and the extra in the same callCarlos Martín Nieto2022-04-292-7/+9
| | |/ | |/|
* | | Merge pull request #6305 from zawata/fix_refdb_error_msgEdward Thomson2022-06-111-1/+1
|\ \ \
| * | | fix missing error messageJohn Alden2022-05-171-1/+1
| |/ /
* | | Merge pull request #6291 from libgit2/cmn/midx-no-hashEdward Thomson2022-06-111-6/+0
|\ \ \
| * | | midx: do not verify the checksum on loadCarlos Martín Nieto2022-05-031-6/+0
| |/ /
* | | 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 #6265 from libgit2/ethomson/sha256_twoEdward Thomson2022-04-1816-114/+135
|\ \ | |/ |/|
| * 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