Skip to content

Commit df2304e

Browse files
committed
Add reference on commit frequency distribution
1 parent 4acb86f commit df2304e

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

docs/references/bib.bib

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ @inproceedings{arafat:2009b
643643
year = {2009},
644644
}
645645

646-
@inbook{kolassa:2013,
646+
@inbook{kolassa:2013a,
647647
abstract = {A fundamental unit of work in programming is the code contribution (“commit”) that a developer makes to the code base of the project in work. We use statistical methods to derive a model of the probabilistic distribution of commit sizes in open source projects and we show that the model is applicable to different project sizes. We use both graphical as well as statistical methods to validate the goodness of fit of our model. By measuring and modeling a fundamental dimension of programming we help improve software development tools and our understanding of software development.},
648648
address = {Berlin, Heidelberg},
649649
author = {Carsten Kolassa and Dirk Riehle and Michel A. Salim},
@@ -658,3 +658,23 @@ @inbook{kolassa:2013
658658
url = {http://dx.doi.org/10.1007/978-3-642-35843-2_6},
659659
year = {2013},
660660
}
661+
662+
@inproceedings{kolassa:2013b,
663+
abstract = {A fundamental unit of work in programming is the code contribution ("commit") that a developer makes to the code base of the project in work. An author's commit frequency describes how often that author commits. Knowing the distribution of all commit frequencies is a fundamental part of understanding software development processes. This paper presents a detailed quantitative analysis of commit frequencies in open-source software development. The analysis is based on a large sample of open source projects, and presents the overall distribution of commit frequencies.\n\nWe analyze the data to show the differences between authors and projects by project size; we also includes a comparison of successful and non successful projects and we derive an activity indicator from these analyses. By measuring a fundamental dimension of programming we help improve software development tools and our understanding of software development. We also validate some fundamental assumptions about software development.},
664+
acmid = {2491073},
665+
address = {New York, NY, USA},
666+
articleno = {18},
667+
author = {Carsten Kolassa and Dirk Riehle and Michel A. Salim},
668+
booktitle = {Proceedings of the 9th International Symposium on Open Collaboration},
669+
doi = {10.1145/2491055.2491073},
670+
isbn = {978-1-4503-1852-5},
671+
keywords = {software, development, management, estimation, commits, git, metrics},
672+
location = {Hong Kong, China},
673+
numpages = {8},
674+
pages = {18:1--18:8},
675+
publisher = {ACM},
676+
series = {WikiSym '13},
677+
title = {{The Empirical Commit Frequency Distribution of Open Source Projects}},
678+
url = {http://doi.acm.org/10.1145/2491055.2491073},
679+
year = {2013},
680+
}

0 commit comments

Comments
 (0)