User:Fab/Stats: Difference between revisions

From Alpine Linux
(→‎Commit per year: update year)
Line 22: Line 22:
== "High score list" of committer ==
== "High score list" of committer ==


{{Cmd|git shortlog -s -n}}
{{Cmd|git shortlog -s -n | head}}


== Commit per year ==
== Commit per year ==

Revision as of 16:07, 9 November 2013

Some ideas to gether data for statistics about Alpine Linux.

The data are presented at the Trivia page. A git repository is available here.

Packages

Ancient releases

See: http://ancient.alpinelinux.org/alpine/

Newer releases

"High score list" of committer

git shortlog -s -n

Commit per year

To grab the data use the command below:

git log --after="2013/1/1" --until="2013/12/31" --pretty=format:'' | wc -l

Tools

Some tools which could help to generate statistics.

  • GitStats - git history statistics generator

apk add gitstats -U -X http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted