newren/git-filter-repo
GitHub で見るHave --analyze provide frequency of changes to individual paths as well
Open
#392 opened on 2022年9月12日
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?