newren/git-filter-repo

Have --analyze provide frequency of changes to individual paths as well

Open

#392 建立於 2022年9月12日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)Python (6,745 star) (674 fork)batch import
enhancementgood first issue

描述

When using filter-repo --analyze on problematic repos, especially those with a deep history, I often times find that the problematic blobs are the ones that are not necessarily the largest, but those of a medium size that are committed either by an automated system or a common binary being frequently rewritten by users. Is there currently an easy way to output the frequency of blobs committed, if not, would there be interest in having a blob-frequency.txt with the blob name and count?

貢獻者指南