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 |
---|---|---|---|---|
_data/alert.yml _config.yml |
1 | 11 (9%) | 62 (1%) | 2022-01-06 |
_data/footer.yml _config.yml |
1 | 5 (20%) | 62 (1%) | 2022-01-06 |
_data/footer.yml _data/alert.yml |
1 | 5 (20%) | 11 (9%) | 2022-01-06 |
_includes/footer.html _config.yml |
1 | 7 (14%) | 62 (1%) | 2022-01-06 |
_includes/footer.html _data/alert.yml |
1 | 7 (14%) | 11 (9%) | 2022-01-06 |
_includes/footer.html _data/footer.yml |
1 | 7 (14%) | 5 (20%) | 2022-01-06 |
_includes/head_custom.html _config.yml |
1 | 9 (11%) | 62 (1%) | 2022-01-06 |
_includes/head_custom.html _data/alert.yml |
1 | 9 (11%) | 11 (9%) | 2022-01-06 |
_includes/head_custom.html _data/footer.yml |
1 | 9 (11%) | 5 (20%) | 2022-01-06 |
_includes/head_custom.html _includes/footer.html |
1 | 9 (11%) | 7 (14%) | 2022-01-06 |
_layouts/default.html _config.yml |
1 | 28 (3%) | 62 (1%) | 2022-01-06 |
_layouts/default.html _data/alert.yml |
1 | 28 (3%) | 11 (9%) | 2022-01-06 |
_layouts/default.html _data/footer.yml |
1 | 28 (3%) | 5 (20%) | 2022-01-06 |
_layouts/default.html _includes/footer.html |
1 | 28 (3%) | 7 (14%) | 2022-01-06 |
_layouts/default.html _includes/head_custom.html |
1 | 28 (3%) | 9 (11%) | 2022-01-06 |
_plugins/link-checker.rb _config.yml |
1 | 9 (11%) | 62 (1%) | 2022-01-06 |
_plugins/link-checker.rb _data/alert.yml |
1 | 9 (11%) | 11 (9%) | 2022-01-06 |
_plugins/link-checker.rb _data/footer.yml |
1 | 9 (11%) | 5 (20%) | 2022-01-06 |
_plugins/link-checker.rb _includes/footer.html |
1 | 9 (11%) | 7 (14%) | 2022-01-06 |
_plugins/link-checker.rb _includes/head_custom.html |
1 | 9 (11%) | 9 (11%) | 2022-01-06 |