Sign in
qemu
/
meson
/
refs/heads/dirc2
/
.
/
docs
/
markdown
/
snippets
/
netrc.md
blob: 1b81c55f2dbb5c0d0d140700f9ad7ae887c87502 [
file
] [
log
] [
blame
] [
view
]
## 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
.