summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: helpers for getting ints from configurationethomson/objectformatEdward Thomson2022-12-032-0/+22
* repo: don't overwrite repo format version on reinitEdward Thomson2022-12-032-15/+37
* repo: internal setter for `objectformat`Edward Thomson2022-12-032-0/+38
* repo: understand the `objectformat` extensionEdward Thomson2022-12-035-11/+128
* oid: provide type lookups by enum value or nameEdward Thomson2022-12-032-0/+60
* Merge pull request #6434 from tagesuhu/mainEdward Thomson2022-11-282-1/+25
|\
| * submodule: Do not try to update a missing submoduletagesuhu2022-11-251-1/+5
| * tests: Add new test to submodule::updatetagesuhu2022-11-251-0/+20
|/
* Merge pull request #6326 from libgit2/ethomson/url_parseEdward Thomson2022-11-238-174/+652
|\
| * url: only allow @s in usernames for ssh urlsEdward Thomson2022-06-172-3/+15
| * url_parse: introduce our own url parsingEdward Thomson2022-06-173-84/+542
| * url: test that we don't expand % encoding in pathsEdward Thomson2022-06-171-0/+12
| * url: remove invalid scp url parsing testEdward Thomson2022-06-161-4/+0
| * net: move url tests into utilEdward Thomson2022-06-166-86/+86
* | Merge pull request #6429 from csware/safe.directory-wildcardEdward Thomson2022-11-232-1/+79
|\ \
| * | Add support for "safe.directory *"Sven Strickroth2022-11-192-1/+79
* | | Merge pull request #6413 from martinvonz/bsd-2-clauseEdward Thomson2022-11-231-0/+30
|\ \ \
| * | | add 2-clause BSD license to COPYINGMartin von Zweigbergk2022-10-071-0/+30
* | | | 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-182-8/+11
|\ \ \ \
| * | | | repo: ignore missing 'safe.directory' config during ownership checksKevin Saul2022-10-011-0/+3
| * | | | repo: test ownership validation fails with expected errorKevin Saul2022-10-011-8/+8
| | |/ / | |/| |
* | | | Merge pull request #6420 from derrickstolee/commit-graph-hashingEdward Thomson2022-11-183-10/+68
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-033-7/+65
|/ / /
* | | benchmark: update pathEdward Thomson2022-10-181-2/+2
|/ /
* | Merge pull request #6405 from libgit2/ethomson/experimentalEdward Thomson2022-09-215-7/+59
|\ \
| * | cmake: provide empty experimental.h for non-cmake usersEdward Thomson2022-09-193-0/+38
| * | tests: skip sha256 tests when not compiled inEdward Thomson2022-09-192-7/+21
* | | 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