mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
* Adds support for NIX_SSHOPTS * Properly uses the parsed port from URL (fixes #13337) * Don't guess the HTTP endpoint, use the response of git-lfs-authenticate * Add an SSH Git LFS test * Removed some unused test code
11 lines
324 B
Markdown
11 lines
324 B
Markdown
---
|
|
synopsis: "Fix Git LFS SSH issues"
|
|
prs: [13743]
|
|
issues: [13337]
|
|
---
|
|
|
|
Fixed some outstanding issues with Git LFS and SSH.
|
|
|
|
* Added support for `NIX_SSHOPTS`.
|
|
* Properly use the parsed port from URL.
|
|
* Better use of the response of `git-lfs-authenticate` to determine API endpoint when the API is not exposed on port 443.
|