summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ssh: use url parsing functionalityethomson/scp_urls_with_portsEdward Thomson2022-01-171-61/+26
* url: introduce git_net_str_is_urlEdward Thomson2022-01-173-1/+41
* ci: test `[user@host:port]:path` formatsEdward Thomson2022-01-171-5/+15
* url: introduce git_net_url_parse_scpEdward Thomson2022-01-174-38/+515
* common: update the error checking macrosEdward Thomson2022-01-171-2/+6
* online: test with https instead of git protocolEdward Thomson2022-01-175-52/+43
* Merge pull request #6175 from libgit2/ethomson/follow_redirects_initialEdward Thomson2022-01-1724-568/+976
|\
| * ci: minor formatting cleanups to test outputethomson/follow_redirects_initialEdward Thomson2022-01-131-2/+3
| * remote: test honoring configuration optionEdward Thomson2022-01-131-9/+57
| * remote: honor `http.followRedirects` configuration optionEdward Thomson2022-01-134-20/+68
| * remote: introduce `follow_redirects` connect optionEdward Thomson2022-01-136-4/+138
| * url: optionally allow off-site redirectsEdward Thomson2022-01-135-26/+47
| * ci: stop retrying "flaky" testsEdward Thomson2022-01-131-4/+0
| * ci: use poxygit v0.5.1Edward Thomson2022-01-131-1/+1
| * remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-0617-513/+609
| * remote: improved error reportingEdward Thomson2022-01-063-8/+8
| * push: don't try to connect in `finish`Edward Thomson2022-01-061-3/+4
| * docs: document our API/ABI stability stanceEdward Thomson2022-01-061-0/+63
* | Merge pull request #6179 from boretrk/flagsEdward Thomson2022-01-175-24/+24
|\ \ | |/ |/|
| * c99: change single bit flags to unsignedPeter Pettersson2022-01-175-24/+24
|/
* Merge branch 'status'Edward Thomson2022-01-066-16/+79
|\
| * status: don't use `// ...` in tests, use `/* ... */`Edward Thomson2022-01-061-5/+4
| * Merge remote-tracking branch 'pr/6159'Edward Thomson2022-01-066-1/+65
| |\
| | * #6154 git_status_list_new case insensitive fixMiguel Arroz2022-01-016-1/+64
| * | status: don't use `// ...` in tests, use `/* ... */`Edward Thomson2022-01-061-15/+15
|/ /
* | Merge pull request #6165 from libgit2/ethomson/includeifEdward Thomson2022-01-062-3/+39
|\ \
| * | config: test allocation in config conditionalsethomson/includeifEdward Thomson2022-01-051-1/+3
| * | config: handle empty conditional in includeIfEdward Thomson2022-01-052-3/+37
| |/
* | Merge pull request #6158 from arroz/feat/statusRenameThresholdEdward Thomson2022-01-053-0/+72
|\ \
| * | Add `rename_threshold` to `git_status_options`.Miguel Arroz2021-12-313-0/+72
| |/
* | Merge pull request #6157 from boretrk/hmac_ctx_cleanupEdward Thomson2022-01-041-1/+1
|\ \ | |/ |/|
| * ntmlclient: don't declare dummy HMAC_CTX_cleanup when building with libresslPeter Pettersson2021-12-311-1/+1
|/
* Merge pull request #6150 from cestrand/patch-1Edward Thomson2021-12-241-2/+0
|\
| * Remove PSGit from Language Bindings section of READMEMarcin Kolenda2021-12-241-2/+0
|/
* Merge pull request #6148 from libgit2/ethomson/ciEdward Thomson2021-12-241-1/+2
|\
| * ci: build with ssh on nightlyEdward Thomson2021-12-231-1/+2
|/
* Merge pull request #6147 from libgit2/ethomson/insteadofEdward Thomson2021-12-231-34/+28
|\
| * remote: refactor insteadof applicationethomson/insteadofEdward Thomson2021-12-231-34/+28
|/
* Merge branch 'pr/6062'Edward Thomson2021-12-233-6/+34
|\
| * worktree: checkout options suggestions from code reviewEdward Thomson2021-12-233-8/+8
| * Fix test fail because of memory leakpunkymaniac2021-12-231-0/+1
| * Update test for `git_str` usage instead of `git_buf`punkymaniac2021-12-231-3/+3
| * Add test for `git_worktree_add` no checkoutpunkymaniac2021-12-231-0/+21
| * Change default checkout strategy from FORCE to SAFEpunkymaniac2021-12-231-2/+0
| * Allow user checkout options on git_worktree_addpunkymaniac2021-12-232-2/+10
|/
* Merge pull request #6142 from libgit2/ethomson/blob_data_is_binaryEdward Thomson2021-12-233-0/+37
|\
| * blob: identify binary contentethomson/blob_data_is_binaryEdward Thomson2021-12-103-0/+37
* | Merge pull request #6124 from csware/config-parsingEdward Thomson2021-12-234-5/+66
|\ \
| * | Multiline config values not preserved on savingSven Strickroth2021-12-062-4/+27
| * | Add more tests for contentsSven Strickroth2021-12-061-0/+15