I wanna see how much a repo changed in the last month on gitlab server side
cd /path/to/my/bare/repo.git/
git --git-dir . diff --shortstat "@{1 month ago}"
fatal: Unable to read log 'logs/refs/heads/master': No such file or directory
However it works fine in local checkout-ed working branch.
Is there a way to do this without too much hassle?
To avoid X-Y problem: I wanna run statistics through hundreds of repos on a Gitlab server