summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! clone: ignore ssh certificate checking in testsethomson/windows_sshEdward Thomson2023-01-231-0/+17
* Revert "tests: append the github.com ssh keys so we have access during tests"Edward Thomson2023-01-221-5/+0
* clone: ignore ssh certificate checking in testsEdward Thomson2023-01-221-27/+30
* ssh: use the global path to lookup known_hostsEdward Thomson2023-01-221-8/+19
* ssh: support windows `known_hosts` filesEdward Thomson2023-01-211-7/+7
* Merge pull request #6452 from libgit2/ethomson/oid_warningEdward Thomson2023-01-201-1/+1
|\
| * push: use resolved oid as the sourceEdward Thomson2023-01-201-1/+1
|/
* Merge pull request #6362 from sven-of-cord/mainEdward Thomson2023-01-202-8/+30
|\
| * push: revparse refspec source, so you can push things that are not refsSven Over2022-07-202-8/+30
* | Merge pull request #6432 from libgit2/ethomson/noop_argsEdward Thomson2023-01-202-19/+21
|\ \
| * | thread: avoid warnings when building without threadsEdward Thomson2022-11-232-19/+21
* | | Merge pull request #6435 from russell/capabilities-typoEdward Thomson2023-01-201-2/+2
|\ \ \
| * | | transport: fix capabilities calculationRussell Sim2022-11-251-2/+2
| |/ /
* | | Merge pull request #6448 from libgit2/ethomson/action_versionsEdward Thomson2023-01-203-9/+9
|\ \ \
| * | | ci: update version numbers of actionsEdward Thomson2023-01-203-9/+9
* | | | Merge commit 'e33d7c068' into ssh_key_checkingEdward Thomson2023-01-203-93/+333
|\ \ \ \ | |/ / / |/| | |
| * | | ssh: look for a key in known_hosts to set the key type for the handshakeCarlos Martín Nieto2022-11-041-53/+153
| * | | tests: move online::clone::ssh_auth_methods into the ssh test suiteCarlos Martín Nieto2022-11-041-2/+2
| * | | tests: append the github.com ssh keys so we have access during testsCarlos Martín Nieto2022-11-041-0/+5
| * | | ssh: verify the remote's host key against known_hosts if it existsCarlos Martín Nieto2022-11-021-87/+222
* | | | README: show v1.5 and v1.4 branch buildsEdward Thomson2023-01-201-1/+1
* | | | 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