Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information