You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,12 @@ ___
47
47
Please use the following BibTeX to cite __`GitDensity`__:
48
48
<pre>
49
49
@article{honel2019gitdensity,
50
-
title={Git Density (2019.1): Analyze git repositories to extract the Source Code Density and other Commit Properties},
51
-
DOI={10.5281/zenodo.2565239},
52
-
url={http://doi.org/10.5281/zenodo.2565239},
50
+
title={Git Density: Analyze git repositories to extract the Source Code Density and other Commit Properties},
51
+
DOI={10.5281/zenodo.2574611},
52
+
url={http://doi.org/10.5281/zenodo.2574611},
53
53
publisher={Zenodo},
54
54
author={Sebastian Hönel},
55
+
version={2019.2}
55
56
year={2019},
56
57
month={Feb},
57
58
abstractNote={Git Density (<code>git-density</code>) is a tool to analyze <code>git</code>-repositories with the goal of detecting the source code density. It was developed during the research phase of the short technical paper and poster "<em>A changeset-based approach to assess source code density and developer efficacy</em>" and has since been extended to support extended analyses.},
0 commit comments