We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.SE

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Software Engineering

Title: git2net - Mining Time-Stamped Co-Editing Networks from Large git Repositories

Abstract: Data from software repositories have become an important foundation for the empirical study of software engineering processes. A recurring theme in the repository mining literature is the inference of developer networks capturing e.g. collaboration, coordination, or communication from the commit history of projects. Most of the studied networks are based on the co-authorship of software artefacts defined at the level of files, modules, or packages. While this approach has led to insights into the social aspects of software development, it neglects detailed information on code changes and code ownership, e.g. which exact lines of code have been authored by which developers, that is contained in the commit log of software projects. Addressing this issue, we introduce git2net, a scalable python software that facilitates the extraction of fine-grained co-editing networks in large git repositories. It uses text mining techniques to analyse the detailed history of textual modifications within files. This information allows us to construct directed, weighted, and time-stamped networks, where a link signifies that one developer has edited a block of source code originally written by another developer. Our tool is applied in case studies of an Open Source and a commercial software project. We argue that it opens up a massive new source of high-resolution data on human collaboration patterns.
Comments: MSR 2019, 12 pages, 10 figures
Subjects: Software Engineering (cs.SE); Computers and Society (cs.CY); Social and Information Networks (cs.SI); Physics and Society (physics.soc-ph)
Journal reference: MSR '19 Proceedings of the 16th International Conference on Mining Software Repositories, 2019, Pages 433-444
DOI: 10.1109/MSR.2019.00070
Cite as: arXiv:1903.10180 [cs.SE]
  (or arXiv:1903.10180v1 [cs.SE] for this version)

Submission history

From: Christoph Gote [view email]
[v1] Mon, 25 Mar 2019 08:49:26 GMT (1346kb,D)

Link back to: arXiv, form interface, contact.