Skip to content

Commit 4f70e64

Browse files
committed
Add note about difference from reference implementation
1 parent 3b58798 commit 4f70e64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/git/scripts/commit_sizes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#
33
# Computes a commit size.
44
#
5+
# Notes:
6+
#
7+
# * This is not an exact implementation of the measure described by Riehle, et al. Notably, here, the size may include empty lines, which are explicitly omitted in their measure.
8+
#
59
# References:
610
#
711
# * Riehle, Dirk, Carsten Kolassa, and Michel A. Salim. 2012. "Developer Belief vs. Reality: The Case of the Commit Size Distribution." *Software Engineering 2012, GI-Edition Lecture Notes in Informatics* abs/1408.4644: 59–70. <http://arxiv.org/abs/1408.4644>.

0 commit comments

Comments
 (0)