comment and reject
This commit is contained in:
parent
f8a13fbbce
commit
fbf53c320d
2 changed files with 17 additions and 0 deletions
|
@ -21,3 +21,4 @@ MacOS High Sierra 10.13.6
|
|||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
Of course! git-annex is totally amazing in order to manage big collections of files. I'm using it for my videos, and for my photos as well (thousands of files), on Linux and MacOS. Thank you very much for this awesome tool!
|
||||
|
||||
> [[closing|done]] per my comment --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2021-01-29T18:28:30Z"
|
||||
content="""
|
||||
The directory special remote writes to a directory under the "tmp"
|
||||
directory, and then it renames that into place. Amoung other things that
|
||||
makes the update happen atomically. If "tmp" is on another filesystem than
|
||||
the final destination, a rename won't work.
|
||||
|
||||
I just don't see any point in making this be supported, because if it were,
|
||||
git-annex would have to first write to the "tmp" directory, and then
|
||||
re-write the same files all over again to the final destination. So making
|
||||
the tmp directory be on a faster device can't actually speed anything up.
|
||||
It would just make it slower.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue