Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Counting directories results in invalid number of reported files and incorrect size. Since directory sizes may differ between OSes/File systems counting them is inaccurate. Eg:
Having directory structure like below will result in 3 files being reported (
.
,A
directories each 4094 bytes and 2-bytea.txt
file)Probably we should not synchronize folders at all and behave like
git
- empty folders will not be synchronized (however they will be visible)Problem: https://asciinema.org/a/5j5yhdb1n16p2n1vuyb6e8nsk