Author

Topic: Finding Bitcoin development commits stats (Read 164 times)

legendary
Activity: 1652
Merit: 4392
Be a bank
April 14, 2020, 05:01:41 AM
#6
Sorry about your heart. This is not what I was !"£$%ing looking for, but is another lead
https://twitter.com/pierre_rochard/status/1137789958478057472?s=20
legendary
Activity: 2170
Merit: 6279
be constructive or S.T.F.U
Nice answers so far. Here he explains a bit more:
https://twitter.com/_jonasschnelli_/status/859403287128403968?s=20

That broke my heart, the way he did it is beyond my paygrade.  Cry

Quote
You could contact him yourself. Tag him in a tweet.

I did. Now waiting...

Quote
Ask gmaxwell to help contacting him (because he's a fellow bitcointalker) if need be ...

That sounds like a great Plan B.



Thanks, everyone for your help.
legendary
Activity: 1652
Merit: 4392
Be a bank
Nice answers so far. Here he explains a bit more:
https://twitter.com/_jonasschnelli_/status/859403287128403968?s=20

You could contact him yourself. Tag him in a tweet. Ask gmaxwell to help contacting him (because he's a fellow bitcointalker) if need be ...

Actually at the back of my mind, Andrew deSantis had a webpage doing exactly this ~a couple of years ago. I probably even linked it, but couldn't find on a quick search now.
hero member
Activity: 1540
Merit: 759
If you do want to go as far as downloading/cloning the repo, you can run the following command to get similar stats:

Code:
git shortlog -s -n --all --no-merges

That's on the entire timespan of the repo, if you want to add a date, you can use the --since and --before tags, for example:

Code:
git shortlog -s -n --all --no-merges --since="22 Aug 2017" --before="01 Sept 2017"

The above will return all git commits between 22 Aug 2017 and 01 Sept 2017. You can remove the before if you just want until the current date.

It won't return the exact same format, as that looks to be something more custom (like a script or something) but it will give you what you need.

It doesn't provide percentages so that I may need to further research.

Edit: There's a further list of commands here. https://gist.github.com/eyecatchup/3fb7ef0c0cbdb72412fc

You'll have to know how to clone the repo and install git in order to run these though.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
Most I've found is this: https://github.com/bitcoin/bitcoin/graphs/contributors

Looks like the text in the console is the output of an api call though: and probably a simple one at that. It might even be in the dot git once you clone the directory since collaboration data is stored in the repo folder.
legendary
Activity: 2170
Merit: 6279
be constructive or S.T.F.U
Where can I find a stats break-down like the one Jonas Schnelli pulled 3 years ago.?


https://twitter.com/_jonasschnelli_/status/859389367105851392


If it's nowhere to be found, I am willing to do it myself but can somebody at least tell me where to start  Grin, the commits activity on github has little to no information to scrape from.

Thanks.
Jump to: