Skip to content

Commit

Permalink
update contributor stats
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jun 2, 2022
1 parent e9c45f6 commit eabff9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/src/main/res/raw/credits_contributors.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
- name: "Tobias Zwick"
githubUsername: "westnordost"
linesOfCodeChanged: 353833
linesOfInterfaceMarkupChanged: 132994
linesOfCodeChanged: 353865
linesOfInterfaceMarkupChanged: 133002
assetFilesChanged: 1685
- name: "Flo Edelmann"
githubUsername: "FloEdelmann"
linesOfCodeChanged: 16428
linesOfCodeChanged: 16433
linesOfInterfaceMarkupChanged: 1866
assetFilesChanged: 150
- name: "Mateusz Konieczny"
githubUsername: "matkoniecz"
linesOfCodeChanged: 12678
linesOfCodeChanged: 12684
linesOfInterfaceMarkupChanged: 2759
assetFilesChanged: 462
- name: "ENT8R"
Expand All @@ -21,9 +21,9 @@
- name: "Adrian Clay"
githubUsername: "adrianclay"
linesOfCodeChanged: 3950
- name: "Helium314"
- name: "Helium"
githubUsername: "Helium314"
linesOfCodeChanged: 3248
linesOfCodeChanged: 3275
linesOfInterfaceMarkupChanged: 532
assetFilesChanged: 69
- name: "arrival-spring"
Expand Down Expand Up @@ -57,7 +57,7 @@
linesOfInterfaceMarkupChanged: 62
- name: "David Dean"
githubUsername: "dbdean"
linesOfCodeChanged: 950
linesOfCodeChanged: 952
linesOfInterfaceMarkupChanged: 117
- name: "Mark Tully"
githubUsername: "Teester"
Expand Down

4 comments on commit eabff9b

@matkoniecz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it excluding new lines of code?

@westnordost
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@matkoniecz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that it increased by 6 for me, what is surprising given new quests - I am wondering is it indicating some problem or should it be expected

@westnordost
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... I don't know... looking at the code for this, it is returned whatever

git log --pretty=name: %an%nhash: %H%nsubject: %s%ntimestamp: %at --numstat

returns and then the additions + deletions per source code file added up.
Since it looks like the stats are more or less correct still, I do not have a big motivation to play detective there. If you would like to, you could change the mentioned git log command to only count the most recent commits and then either print the output into a file and look at that or step through the code one by one.

Please sign in to comment.