Skip to content

Fix git http.proxy config setting.#8986

Merged
bors merged 1 commit into
rust-lang:masterfrom
ehuss:fix-git-http-proxy
Jan 4, 2021
Merged

Fix git http.proxy config setting.#8986
bors merged 1 commit into
rust-lang:masterfrom
ehuss:fix-git-http-proxy

Conversation

@ehuss

@ehuss ehuss commented Dec 16, 2020

Copy link
Copy Markdown
Contributor

The http.proxy setting in ~/.gitconfig was never being used. This is because the get_str method of git2::Config requires a "snapshot" config. Otherwise, it aways returns an error of "get_string called on a live config object".

I'm not 100% positive it makes sense to fix this, since I'm uncertain this might introduce problems for people, but it seems to be the intent here.

@rust-highfive

Copy link
Copy Markdown

r? @alexcrichton

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 16, 2020
@alexcrichton

Copy link
Copy Markdown
Member

Wow this dates back to #725. Clearly I never tested this, but yeah the intent is to scrape known common locations for proxy configuration so we can automatically use it. If this breaks things it's always easy to just remove since it's never worked anyway!

@ehuss

ehuss commented Jan 4, 2021

Copy link
Copy Markdown
Contributor Author

@alexcrichton Did you have any concerns about this, or is it ready to go?

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

Not sure why I didn't approve this to begin with...

@bors

bors commented Jan 4, 2021

Copy link
Copy Markdown
Contributor

📌 Commit a7d0539 has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 4, 2021
@bors

bors commented Jan 4, 2021

Copy link
Copy Markdown
Contributor

⌛ Testing commit a7d0539 with merge 2f218d0...

@bors

bors commented Jan 4, 2021

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-actions
Approved by: alexcrichton
Pushing 2f218d0 to master...

@bors bors merged commit 2f218d0 into rust-lang:master Jan 4, 2021
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Jan 7, 2021
Update cargo

12 commits in 75d5d8cffe3464631f82dcd3c470b78dc1dda8bb..329895f5b52a358e5d9ecb26215708b5cb31d906
2020-12-22 18:10:56 +0000 to 2021-01-06 00:01:52 +0000
- metadata: Supply local path for path dependencies (rust-lang/cargo#8994)
- Add support for Rust edition 2021. (rust-lang/cargo#8922)
- Stabilize -Zfeatures and -Zpackage-features. (rust-lang/cargo#8997)
- Small refactor, adding a list of all kinds to BuildContext (rust-lang/cargo#9046)
- Fix git http.proxy config setting. (rust-lang/cargo#8986)
- Clarify the help text of `--aggressive` and `--precise` of `update` (rust-lang/cargo#9031)
- Assert that tests are run in the crate directory (rust-lang/cargo#9037)
- Update mdbook (rust-lang/cargo#9044)
- Bump to 0.52.0, update changelog (rust-lang/cargo#9042)
- Fix redundant semicolon. (rust-lang/cargo#9033)
- Clarify fingerprint log messages (rust-lang/cargo#9026)
- Update credential docs for gnome-secret. (rust-lang/cargo#9013)
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 8, 2021
Update cargo

12 commits in 75d5d8cffe3464631f82dcd3c470b78dc1dda8bb..329895f5b52a358e5d9ecb26215708b5cb31d906
2020-12-22 18:10:56 +0000 to 2021-01-06 00:01:52 +0000
- metadata: Supply local path for path dependencies (rust-lang/cargo#8994)
- Add support for Rust edition 2021. (rust-lang/cargo#8922)
- Stabilize -Zfeatures and -Zpackage-features. (rust-lang/cargo#8997)
- Small refactor, adding a list of all kinds to BuildContext (rust-lang/cargo#9046)
- Fix git http.proxy config setting. (rust-lang/cargo#8986)
- Clarify the help text of `--aggressive` and `--precise` of `update` (rust-lang/cargo#9031)
- Assert that tests are run in the crate directory (rust-lang/cargo#9037)
- Update mdbook (rust-lang/cargo#9044)
- Bump to 0.52.0, update changelog (rust-lang/cargo#9042)
- Fix redundant semicolon. (rust-lang/cargo#9033)
- Clarify fingerprint log messages (rust-lang/cargo#9026)
- Update credential docs for gnome-secret. (rust-lang/cargo#9013)
@ehuss ehuss added this to the 1.51.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants