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
This expands and slightly corrects the `gix_index::entry::from_fs`
documentation:
- To be more precise about the expectation of where the metadata
come from (it needn't specifically be the `symlink_metadata`
function, and it is sometimes even an `fstat`-like function
rather than an `lstat`-like function, though not `stat`).
- To mention that default values are used for unavailable data.
- To mention that truncation is sometimes performed on some fields.
Comments are also updated regarding some cases of truncation: why
casting down to 32-bit should be okay for `st_dev` and `st_ino`
(see #1817).
0 commit comments