Eelco Dolstra
|
57246c4c38
|
PosixSourceAccessor: Cache lstat() calls
Since we're doing a lot of them in assertNoSymlinks().
|
2023-12-06 13:55:54 +01:00 |
|
Eelco Dolstra
|
83c067c0fa
|
PosixSourceAccessor: Don't follow any symlinks
All path components must not be symlinks now (so the user needs to
call `resolveSymlinks()` when needed).
|
2023-12-05 23:02:59 +01:00 |
|
Eelco Dolstra
|
a0162d5732
|
Improve SourceAccessor path display
Backported from lazy-trees. This allows SourceAccessors to show the
origin of the accessor. E.g. we now get
copying '«git+https://github.com/blender/blender.git?ref=refs/heads/main&rev=4edc1389337dd3679ff66969c332d2aff52e1992»/' to the store
instead of
copying '/' to the store
|
2023-11-20 18:54:36 +01:00 |
|
Eelco Dolstra
|
cdb27c1519
|
SourceAccessor: Change the main interface from lstat() to maybeLstat()
|
2023-11-01 15:26:07 +01:00 |
|
Eelco Dolstra
|
34a42f0d0a
|
Move PosixSourceAccessor into its own file
|
2023-10-23 11:05:50 +02:00 |
|