summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: allow users to configure home directoryEdward Thomson2023-02-091-0/+19
* config: use home directory for `~` includesEdward Thomson2023-02-092-3/+3
* attr: use home directory for `~` includesEdward Thomson2023-02-091-1/+1
* ssh: give a realistic error messageEdward Thomson2023-02-091-2/+2
* ssh: support windows `known_hosts` filesEdward Thomson2023-02-091-8/+8
* sysdir: provide actual home directoryEdward Thomson2023-02-092-10/+58
* sysdir: move windows sysdir functions out of shared utilEdward Thomson2023-02-095-317/+275
* Add OpenSSL deprection warningEdward Thomson2023-02-021-0/+2
* Merge pull request #6444 from abizjak/mainEdward Thomson2023-01-261-1/+1
|\
| * Use `git_clone__submodule` to avoid file checks in workdirAleš Bizjak2023-01-051-1/+1
* | hash: drop all declarations from hmacEdward Thomson2023-01-241-114/+0
* | src: hide unused hmac() prototypeThomas Klausner2023-01-241-0/+2
* | push: use resolved oid as the sourceEdward Thomson2023-01-201-1/+1
* | Merge pull request #6362 from sven-of-cord/mainEdward Thomson2023-01-201-3/+10
|\ \
| * | push: revparse refspec source, so you can push things that are not refsSven Over2022-07-201-3/+10
* | | 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 commit 'e33d7c068' into ssh_key_checkingEdward Thomson2023-01-201-91/+326
|\ \ \ \ | |_|_|/ |/| | |
| * | | ssh: look for a key in known_hosts to set the key type for the handshakeCarlos Martín Nieto2022-11-041-53/+153
| * | | ssh: verify the remote's host key against known_hosts if it existsCarlos Martín Nieto2022-11-021-87/+222
* | | | submodule: Do not try to update a missing submoduletagesuhu2022-11-251-1/+5
| |/ / |/| |
* | | Merge pull request #6326 from libgit2/ethomson/url_parseEdward Thomson2022-11-232-84/+332
|\ \ \
| * | | url: only allow @s in usernames for ssh urlsEdward Thomson2022-06-171-3/+10
| * | | url_parse: introduce our own url parsingEdward Thomson2022-06-172-84/+325
* | | | 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
| |/ /
* | | 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
|\ \ \