This commit is contained in:
Joey Hess 2022-09-09 12:30:46 -04:00
parent 22a311ef46
commit 28fc8d491f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-09-09T16:02:29Z"
content="""
Is this a git-lfs special remote, or a git remote with an annex/objects
directory? Probably does not matter, but also is unclear.
`git credential` is doing the prompting here, and it supports caching, if
you choose to enable that, by eg `git config credential.helper cache`.
It feels redundant to add another layer of caching to git's existing cache.
On the other hand, I suppose that `git pull` can make multiple http accesses
and reuse the same credential for them, so that's kind of a precedent for
caching during the lifetime of the process.
"""]]