This commit is contained in:
gernot 2014-12-30 17:46:02 +00:00 committed by admin
parent 6b3d0cb11a
commit 817fbf530d

View file

@ -0,0 +1,5 @@
Does `git-annex import` move data to the working directory before moving it to `.git/annex/objects`?
The reason I'm asking is that I use the split SSD/HDD setup with some annexes, i.e., everything resides on an SSD except for the git-annex objects directory.
If git-annex wrote imported data to the working directoy (on the SSD) first and moved it to the objects directory (on the HDD) later, it would cause lots of unnecessary writes to the SSD.