blob: 1b81c55f2dbb5c0d0d140700f9ad7ae887c87502 (
plain)
1
2
3
4
5
|
## Credentials from `~/.netrc` for `https` URLs
When a subproject is downloaded using an `https://` URL, credentials from
`~/.netrc` are now used. This avoids hardcoding login and password in plain
text in the URL itself.
|