Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This avoids showing a meaningless '0 B' (or misleading arbitrary other size) for folders. Other special files also lack a meaningful size, so don't show them either. Symlinks are a bit of a tricky case here: we currently show the size of the link (which is the length of the link target in bytes). We could show the size of the target, but this is a bit odd. Let's show nothing. Fixes #531
- Loading branch information