summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #6395 from arroz/fix/nonexistent-worktree-lookup-error-codeEdward Thomson2022-09-192-1/+6
|\ \ \ \
| * | | | #6366: When a worktree is missing, return GIT_ENOTFOUND.Miguel Arroz2022-08-302-1/+6
| | |_|/ | |/| |
* | | | Merge pull request #6369 from torvalds/mainEdward Thomson2022-09-1939-10/+121
|\ \ \ \ | |_|/ / |/| | |
| * | | clone: test for cloning a repo with namespace scopeEdward Thomson2022-09-192-0/+25
| * | | clone: test bare clone namespaced repo with no HEADEdward Thomson2022-09-1938-9/+91
| * | | clone: narrow success tests on HEAD-less remotesEdward Thomson2022-09-191-1/+5
| * | | Merge remote-tracking branch 'origin/main' into clone_namespaceEdward Thomson2022-09-194-14/+29
| |\ \ \
| * | | | Don't fail the whole clone if you can't find a default branchLinus Torvalds2022-07-291-1/+1
| | |/ / | |/| |
* | | | Merge pull request #6398 from lrm29/patch-1Edward Thomson2022-09-191-386/+0
|\ \ \ \
| * | | | Delete create.c.bakLaurence McGlashan2022-09-061-386/+0
| |/ / /
* | | | Merge pull request #6382 from csware/fix_mem_leakEdward Thomson2022-09-191-3/+3
|\ \ \ \
| * | | | Fix memory leakSven Strickroth2022-08-141-3/+3
| |/ / /
* | | | Merge pull request #6377 from Vinz2008/mainEdward Thomson2022-09-191-1/+1
|\ \ \ \
| * | | | Fix #6365Vinz20082022-08-111-1/+1
| |/ / /
* | | | Merge pull request #6373 from christoph-cullmann/fix_compile_WIN32_LEAN_AND_MEANEdward Thomson2022-09-191-0/+4
|\ \ \ \
| * | | | Update src/util/rand.cEdward Thomson2022-09-191-1/+1
| * | | | fix compile on Windows with -DWIN32_LEAN_AND_MEANChristoph Cullmann2022-08-081-0/+4
| |/ / /
* | | | Merge pull request #6363 from kcsaul/long_custom_headerEdward Thomson2022-09-192-4/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | winhttp: handle long custom headersKevin Saul2022-07-221-4/+9
| * | | clone: test long custom headerKevin Saul2022-07-221-0/+10
| |/ /
* | | Merge pull request #6403 from libgit2/ethomson/ciEdward Thomson2022-09-164-14/+29
|\ \ \ | |/ / |/| |
| * | ci: clean up daemon processes on exitEdward Thomson2022-09-161-10/+25
| * | ci: move to macos-11Edward Thomson2022-09-163-4/+4
|/ /
* | Merge pull request #6357 from boretrk/testutilEdward Thomson2022-07-181-1/+1
|\ \
| * | clar: remove ftrunacte from libgit2 testsPeter Pettersson2022-07-151-1/+1
|/ /
* | Merge pull request #6353 from libgit2/ethomson/flaky_googlesourceEdward Thomson2022-07-131-0/+4
|\ \
| * | tests: skip flaky-ass googlesource testsEdward Thomson2022-07-131-0/+4
* | | Merge pull request #6354 from libgit2/ethomson/sha256_experimentalEdward Thomson2022-07-13188-958/+1212
|\ \ \
| * | | sha256: indirection for experimental functionsEdward Thomson2022-07-13188-958/+1212
|/ / /
* | | Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-13254-1722/+2924
|\ \ \ | |/ / |/| |
| * | ci: run sha256 builds in ciEdward Thomson2022-06-201-40/+72
| * | sha256: make sha256 an experimental optional featureEdward Thomson2022-06-2022-55/+271
| * | 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-205-70/+515
| * | oid: add git_oid_fmt_substrEdward Thomson2022-06-203-25/+61
| * | odb: add git_odb_loose_backend_optionsEdward Thomson2022-06-205-38/+91
| * | odb: accept an oid type in optionsEdward Thomson2022-06-204-16/+33
| * | odb: add git_odb_optionsEdward Thomson2022-06-2016-25/+61
| * | odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-2016-79/+136
| * | oid: provide an oid type to hash type mapEdward Thomson2022-06-201-0/+13
| * | oid: specify a default implementationEdward Thomson2022-06-201-0/+3
| * | clar: format sha256 in cl_assert_equal_oidEdward Thomson2022-06-201-2/+19
| * | oid: add sha256 typed oidsEdward Thomson2022-06-204-54/+137
| * | oid: give oids a typeEdward Thomson2022-06-20190-1007/+1152
| * | object: move oid header printing to objectEdward Thomson2022-06-146-22/+34
| * | object: move oid header parsing to objectEdward Thomson2022-06-146-33/+44
| * | oid: include maximum oid raw/hex sizesEdward Thomson2022-06-141-0/+2
| * | oid: add functions to inspect oid informationEdward Thomson2022-06-141-0/+20
| * | oid: introduce `git_oid_t`Edward Thomson2022-06-141-0/+5
| * | oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-1424-62/+65