I have a server that has limited storage space and I need to track a git repository, but I am only interested in the log messages and not the whole repository (blobs, diffs, tags, ...). the repository that I'm willing to track has a large commit history, and above that it stores some large binary files which makes it impossible to sync and pull everything.
now I'm wondering if there a way to pull only git logs from a branch!
and if possible is possible to pull logs after or before a commit hash?