newren/git-filter-repo

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

Open

#392 opened on 2022年9月12日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)Python (6,745 stars) (674 forks)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?

コントリビューターガイド