summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clone: narrow success tests on HEAD-less remotesEdward Thomson2022-09-161-1/+5
* Don't fail the whole clone if you can't find a default branchLinus Torvalds2022-09-161-1/+1
* sha256: indirection for experimental functionsEdward Thomson2022-07-1330-58/+211
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-1363-492/+863
|\
| * sha256: make sha256 an experimental optional featureEdward Thomson2022-06-2011-21/+120
| * 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-202-44/+59
| * oid: add git_oid_fmt_substrEdward Thomson2022-06-202-25/+36
| * odb: add git_odb_loose_backend_optionsEdward Thomson2022-06-202-27/+38
| * odb: accept an oid type in optionsEdward Thomson2022-06-202-16/+25
| * odb: add git_odb_optionsEdward Thomson2022-06-203-5/+23
| * odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-2010-45/+91
| * oid: provide an oid type to hash type mapEdward Thomson2022-06-201-0/+13
| * oid: add sha256 typed oidsEdward Thomson2022-06-201-0/+4
| * 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-12403-8307/+14989
| |\ \
| * | | tag: refactor tag name validity checksyuangli2022-07-111-5/+15
| * | | branches: fix error message for invalid nameyuangli2022-07-111-7/+7
| * | | branch: refactor branch name validity checksyuangli2022-07-111-2/+7
* | | | 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-123-16/+45
* | | | 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: allow ownership match if user is in admin groupEdward Thomson2022-07-072-7/+26
* | | | fs: refactor file ownership checksEdward Thomson2022-07-073-103/+53
* | | | fs: remove mock naming from change ownership constantsEdward Thomson2022-07-072-18/+31
* | | | 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
* | | cmake: only use `getloadavg` where it existsEdward Thomson2022-06-133-2/+8
* | | cmake: add `gnu` library for HaikuEdward Thomson2022-06-131-2/+2
* | | cmake: detect `getentropy`Edward Thomson2022-06-131-0/+4
* | | Merge pull request #6278 from lhchavez/git_transport_smart_remote_connect_opt...Edward Thomson2022-06-122-1/+13
|\ \ \