Bitcoin Forum
May 21, 2024, 09:23:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Finding Bitcoin development commits stats  (Read 164 times)
mikeywith (OP)
Legendary
*
Offline Offline

Activity: 2226
Merit: 6405


be constructive or S.T.F.U


View Profile
April 12, 2020, 01:34:44 AM
Merited by bones261 (4), o_e_l_e_o (1), Heisenberg_Hunter (1)
 #1

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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
April 12, 2020, 01:50:39 AM
Merited by bones261 (2), pooya87 (1), o_e_l_e_o (1), mikeywith (1)
 #2

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.
Initscri
Hero Member
*****
Offline Offline

Activity: 1554
Merit: 759


View Profile WWW
April 12, 2020, 02:59:55 AM
Last edit: April 12, 2020, 06:11:54 AM by Initscri
Merited by bones261 (2), pooya87 (1), o_e_l_e_o (1), mikeywith (1)
 #3

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.

----------------------------------
Web Developer. PM for details.
----------------------------------
Last of the V8s
Legendary
*
Offline Offline

Activity: 1652
Merit: 4392


Be a bank


View Profile
April 12, 2020, 08:56:34 AM
Merited by mikeywith (1)
 #4

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.

mikeywith (OP)
Legendary
*
Offline Offline

Activity: 2226
Merit: 6405


be constructive or S.T.F.U


View Profile
April 13, 2020, 11:43:13 PM
 #5

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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Last of the V8s
Legendary
*
Offline Offline

Activity: 1652
Merit: 4392


Be a bank


View Profile
April 14, 2020, 09: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

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!