summaryrefslogtreecommitdiff
path: root/src/libgit2
Commit message (Expand)AuthorAgeFilesLines
* repo: don't overwrite repo format version on reinitEdward Thomson2022-12-031-8/+16
* repo: internal setter for `objectformat`Edward Thomson2022-12-032-0/+38
* repo: understand the `objectformat` extensionEdward Thomson2022-12-032-5/+42
* oid: provide type lookups by enum value or nameEdward Thomson2022-12-031-0/+41
* submodule: Do not try to update a missing submoduletagesuhu2022-11-251-1/+5
* Merge pull request #6429 from csware/safe.directory-wildcardEdward Thomson2022-11-231-1/+3
|\
| * Add support for "safe.directory *"Sven Strickroth2022-11-191-1/+3
* | Merge pull request #6416 from slackner/httpclient_update_optionsEdward Thomson2022-11-233-7/+27
|\ \ | |/ |/|
| * http: Update httpclient options when reusing an existing connection.Sebastian Lackner2022-10-203-7/+27
* | Merge pull request #6421 from julianmesa-gitkraken/fix-leak-git_tag_create_fr...Edward Thomson2022-11-181-2/+7
|\ \
| * | Missing dispose in git_tag_create__internalJulian Mesa2022-11-031-1/+3
| * | Missing disposeJulian Mesa2022-11-031-1/+3
| * | Fix leak in git_tag_create_from_bufferJulian Mesa2022-11-031-0/+1
| |/
* | Merge pull request #6408 from kcsaul/fix-safe-directory-not-foundEdward Thomson2022-11-181-0/+3
|\ \
| * | repo: ignore missing 'safe.directory' config during ownership checksKevin Saul2022-10-011-0/+3
| |/
* | commit_graph: use uint64_t for arithmeticDerrick Stolee2022-11-101-3/+3
* | commit-graph: only verify csum on git_commit_graph_open().Colin Stolley2022-11-032-7/+24
|/
* Merge pull request #6405 from libgit2/ethomson/experimentalEdward Thomson2022-09-211-0/+7
|\
| * cmake: provide empty experimental.h for non-cmake usersEdward Thomson2022-09-191-0/+7
* | Merge pull request #6395 from arroz/fix/nonexistent-worktree-lookup-error-codeEdward Thomson2022-09-191-0/+5
|\ \
| * | #6366: When a worktree is missing, return GIT_ENOTFOUND.Miguel Arroz2022-08-301-0/+5
* | | Merge pull request #6369 from torvalds/mainEdward Thomson2022-09-191-1/+5
|\ \ \ | |_|/ |/| |
| * | clone: narrow success tests on HEAD-less remotesEdward Thomson2022-09-191-1/+5
| * | Don't fail the whole clone if you can't find a default branchLinus Torvalds2022-07-291-1/+1
| |/
* | winhttp: handle long custom headersKevin Saul2022-07-221-4/+9
|/
* sha256: indirection for experimental functionsEdward Thomson2022-07-1329-58/+206
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-1357-481/+851
|\
| * sha256: make sha256 an experimental optional featureEdward Thomson2022-06-209-21/+115
| * meta: generated `features.h` is now `git2_features.h`Edward Thomson2022-06-201-1/+1
| * 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-209-44/+90
| * 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-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