summaryrefslogtreecommitdiff
path: root/src/libgit2
Commit message (Expand)AuthorAgeFilesLines
...
| * oid: give oids a typeEdward Thomson2022-06-2036-108/+216
| * object: move oid header printing to objectEdward Thomson2022-06-145-14/+26
| * object: move oid header parsing to objectEdward Thomson2022-06-145-31/+40
| * oid: add functions to inspect oid informationEdward Thomson2022-06-141-0/+20
| * oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-147-12/+12
| * oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-1443-238/+238
* | Merge pull request #6348 from lya001/fix-invalid-branch-nameEdward Thomson2022-07-132-14/+29
|\ \
| * | 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-122-16/+29
* | | Merge pull request #6347 from libgit2/ethomson/no_pack_v3Edward Thomson2022-07-121-1/+1
|\ \ \
| * | | pack: don't pretend we support pack files v3Edward Thomson2022-07-081-1/+1
| |/ /
* | | repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-121-1/+2
* | | repo: validate gitdir and gitlink ownershipEdward Thomson2022-07-121-30/+77
* | | repo: allow admin owned configs by admin usersEdward Thomson2022-07-071-1/+4
* | | fs: refactor file ownership checksEdward Thomson2022-07-071-1/+4
* | | Revert "repo: allow administrator to own the configuration"Edward Thomson2022-07-071-1/+1
|/ /
* | 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
| * indexer: write raw id dataEdward Thomson2022-04-101-1/+1
| * treecache: write the raw id not the objectEdward Thomson2022-04-101-1/+1