[Info request] GitLab repo use more space than imported repo
Created by: tsumi
Hi, i noticed that repos created and populated trough gitlab commit-by-commit use more disk space than repos created on gitlab but imported trough remote add/git push from an existing repo.
For example, gitlab managed repo:
- real data (git clone of all branch): 796Kb
- on server: 2356Kb (about 3 times)
repo imported into Gitlab:
- real data (git clone of all branch): 3776Kb
- on server: 4064Kb (quite the same, some commit was made on gitlab after import)
Is this a sort of bug or an expected behavior (and, in this case, why more space is used?)
Thanks Best Regards :)