comment
This commit is contained in:
parent
5783a8d081
commit
5978b2a35b
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2021-04-14T17:25:26Z"
|
||||
content="""
|
||||
git-annex import without --content does not copy files at all, so the disk
|
||||
IO would AFAICS be it hashing files. (Unless you have annex.synccontent
|
||||
set.)
|
||||
|
||||
But when it does transfer the imported file from the remote, either at sync time
|
||||
or because of a later get, it currently does not make reflinks. That should
|
||||
be relatively easy to fix.
|
||||
"""]]
|
Loading…
Reference in a new issue