in reply to 〽️ɪɢᴜᴇʟ

@bitbraindev The script gets all release tags, then for each release it iterates over all source code files at that time and pipes them trough the pmccabe tool and counts the sizes of the different buckets and generates a CSV file with all that. In a final step gnuplot converts the data into a graph.

github.com/curl/stats/blob/mas…

github.com/curl/stats/blob/mas…