I have some folder in git with different files (little images for example). Every change/insertion of images are stored in git history forever. If that folder grows too much, for example it will be over 50mb, it can make some problems to all users of that git repo.
For some reasons I cant use git-lfs
because it will make huge problems.
So the question is: how to count size of all files in selected directory in all commits in the history? Or some ideas how to achieve it?