You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layer.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,16 @@ END FOR
88
88
89
89
With this approach, the link map and links names of a directory could be compared against that of another directory to derive additions and changes to hardlinks.
90
90
91
+
#### Platform-specific attributes
92
+
93
+
Implementations on Windows MUST support these additional attributes, encoded in [PAX vendor
94
+
extensions](https://github.com/libarchive/libarchive/wiki/ManPageTar5#pax-interchange-format) as follows:
* Mount points (`MSWINDOWS.mountpoint`): if present on a directory symbolic link, then the link should be created as a [directory junction](https://en.wikipedia.org/wiki/NTFS_junction_point)
0 commit comments