Skip to content

Commit d2d59cf

Browse files
committed
Add software development reference
1 parent b10cc75 commit d2d59cf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/references/bib.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,3 +603,13 @@ @article {joanes:1998
603603
volume = {47},
604604
year = {1998},
605605
}
606+
607+
@inproceedings{hattori:2008,
608+
abstract = {Information contained in versioning system commits has been frequently used to support software evolution research. Concomitantly, some researchers have tried to relate commits to certain activities, e.g., large commits are more likely to be originated from code management activities, while small ones are related to development activities. However, these characterizations are vague, because there is no consistent definition of what is a small or a large commit. In this paper, we study the nature of commits in two dimensions. First, we define the size of commits in terms of number of files, and then we classify commits based on the content of their comments. To perform this study, we use the history log of nine large open source projects.},
609+
author = {Lile P. Hattori and Michele Lanza},
610+
booktitle = {ASE Workshops 2008. 23rd IEEE/ACM International Conference on Automated Software Engineering - Workshops, 2008.},
611+
keywords = {history, software systems, frequency, statistical distributions, inspection, informatics, research and development management, content management, project management, engineering management, metrics, git, commits},
612+
publisher = {IEEE},
613+
title = {{On the nature of commits}},
614+
year = {2008},
615+
}

0 commit comments

Comments
 (0)