Conversation

Oops. My code now makes 20% of curl.

I'll need to bring that up in my next therapy session. Surely this is connected to my childhood somehow. 😳

3
1
0

@icing mommy issues, daddy issues and uncle issues all in one, i'd say

1
0
0

@icing jeez, here I spent almost thirty years on this - only to have this "kid" overwrite half my lines within only a few years! 😜

1
0
0

@icing How did you generate the output? Do you also count lines like ‘^[[:space:]]*[}]*$’? Is `--ignore-revs-file` in effect? So many questions… :-D

2
0
0

@ondrej The chart was made by @bagder , our curl statistician.🙃

0
0
0

@ondrej @icing this is lines attributed to authors in "production code" in git blame done on master, so yes it does count comments and blank lines as well

1
0
0

@ondrej @icing it'll appear in the curl dashboard starting tomorrow like this:

2
0
0

@ondrej @icing I bet I own a lot of file comment headers... =)

1
0
0

@bagder @ondrej @icing time to include Stefan's email in the license so he can get fun emails ...

0
0
0

@eliasp @bagder The run a cloned copy, I believe.🙃

0
0
0
@bagder @ondrej @icing moving code to new files due to refactoring totally hides the whole contribution history, so tip for devleopers to get to the top of the charts is obvious :)
1
0
0

@kdave @icing @ondrej git blame -CCC has mighty powers though

0
0
0

@bitbear @icing 1. the script that generates the list of the top-40 authors as a CSV: https://github.com/curl/stats/blob/master/top-remains.pl

2. the gnuplot script that renders the graph using the CSV as input: https://github.com/curl/stats/blob/master/top-remains.plot

0
0
0