summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixupethomson/libssh2Edward Thomson2023-01-231-1/+0
* fixupEdward Thomson2023-01-231-1/+1
* fixupEdward Thomson2023-01-231-2/+2
* ci: compile against libssh2 on windowsEdward Thomson2023-01-232-2/+33
* ci: use latest ci-dependencies release for mingwEdward Thomson2023-01-231-2/+2
* ci: isolate the home directory for test executionEdward Thomson2023-01-231-1/+3
* tests: use a dummy homedirEdward Thomson2023-01-233-0/+20
* tests: configure temporary homedirs correctlyEdward Thomson2023-01-237-36/+98
* core: allow users to configure home directoryEdward Thomson2023-01-232-1/+32
* config: use home directory for `~` includesEdward Thomson2023-01-232-3/+3
* attr: use home directory for `~` includesEdward Thomson2023-01-231-1/+1
* ssh: support windows `known_hosts` filesEdward Thomson2023-01-231-7/+7
* sysdir: provide actual home directoryEdward Thomson2023-01-232-10/+58
* sysdir: move windows sysdir functions out of shared utilEdward Thomson2023-01-226-318/+275
* 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
|\ \ \ \ \