A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
src/treectl.c src/wfdir.c |
3 | 20 (15%) | 24 (12%) | 2022-01-13 |
src/wfsearch.c src/wfdir.c |
2 | 13 (15%) | 24 (8%) | 2022-01-13 |
src/wfsearch.c src/treectl.c |
2 | 13 (15%) | 20 (10%) | 2022-01-13 |
src/numfmt.h src/numfmt.c |
1 | 2 (50%) | 5 (20%) | 2022-01-25 |
src/wfdos.c src/numfmt.c |
1 | 2 (50%) | 5 (20%) | 2022-01-25 |
src/wfdos.c src/numfmt.h |
1 | 2 (50%) | 2 (50%) | 2022-01-25 |
src/wfinfo.c src/numfmt.c |
1 | 13 (7%) | 5 (20%) | 2022-01-25 |
src/wfinfo.c src/numfmt.h |
1 | 13 (7%) | 2 (50%) | 2022-01-25 |
src/wfinfo.c src/wfdos.c |
1 | 13 (7%) | 2 (50%) | 2022-01-25 |
src/winfile.h src/numfmt.c |
1 | 30 (3%) | 5 (20%) | 2022-01-25 |
src/winfile.h src/numfmt.h |
1 | 30 (3%) | 2 (50%) | 2022-01-25 |
src/winfile.h src/wfdos.c |
1 | 30 (3%) | 2 (50%) | 2022-01-25 |
src/winfile.h src/wfinfo.c |
1 | 30 (3%) | 13 (7%) | 2022-01-25 |
No temporal cross-component dependencies found.