Hello.

I was curious how we envolved with our releases regarding number of 
commits, authors and amout of changes.

Here are some infos about it. (I started with 1.9 because we don't have 
1.7 tags and it was the first release with our new release style)

TL;DR
o EFL 1.11 had the most commits
o EFL 1.11 + 1.14 had the most authors
o EFL 1.14 had the most changes
o Elm 1.10 had the most commits
o Elm 1.14 had the most authors
o Elm 1.10 had the most changes

Commits: git log --pretty=oneline v1.14.0..v1.15.0 | wc -l
Authors: git shortlog -ns v1.14.0..v1.15.0 | wc -l
Changes: git diff --stat v1.14.0..v1.15.0 | tail -1

EFL 1.9:
----------
Commits: 783
Authors: 52
Changes: 598 files changed, 33338 insertions(+), 11352 deletions(-)

EFL 1.10:
----------
Commits: 1174
Authors: 58
Changes: 788 files changed, 84946 insertions(+), 41843 deletions(-)

EFL 1.11:
----------
Commits: 1419
Authors: 71
Changes: 843 files changed, 91493 insertions(+), 46811 deletions(-)

EFL 1.12:
----------
Commits: 1144
Authors: 63
Changes: 716 files changed, 50118 insertions(+), 17796 deletions(-)

EFL 1.13:
----------
Commits: 704
Authors: 68
Changes: 709 files changed, 111275 insertions(+), 28292 deletions(-)

EFL 1.14:
----------
Commits: 1269
Authors: 71
Changes: 953 files changed, 77227 insertions(+), 99641 deletions(-)

EFL 1.15-beta3:
----------
Commits: 976
Authors: 59
Changes: 873 files changed, 77003 insertions(+), 42528 deletions(-)

-----------------------------------

Elm 1.9:
----------
Commits: 576
Authors: 49
Changes: 637 files changed, 29482 insertions(+), 13469 deletions(-)

Elm 1.10:
----------
Commits: 713
Authors: 49
Changes: 608 files changed, 54835 insertions(+), 77174 deletions(-)

Elm 1.11:
----------
Commits: 289
Authors: 50
Changes: 481 files changed, 29382 insertions(+), 15579 deletions(-)

Elm 1.12:
----------
Commits: 226
Authors: 41
Changes: 357 files changed, 9475 insertions(+), 8146 deletions(-)

Elm 1.13:
----------
Commits: 377
Authors: 48
Changes: 474 files changed, 15000 insertions(+), 10818 deletions(-)

Elm 1.14:
----------
Commits: 313
Authors: 51
Changes: 224 files changed, 11870 insertions(+), 3366 deletions(-)

Elm 1.15-beta3:
----------
Commits: 422
Authors: 50
Changes: 380 files changed, 18715 insertions(+), 13028 deletions(-)

regards
Stefan Schmidt

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to