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 |
---|---|---|---|---|
netlify.toml config.toml |
1 | 2 (50%) | 2 (50%) | 2022-01-14 |
layouts/partials/footer/text.html config.toml |
1 | 1 (100%) | 2 (50%) | 2022-01-14 |
layouts/partials/footer/text.html netlify.toml |
1 | 1 (100%) | 2 (50%) | 2022-01-14 |
layouts/partials/head/metadata.html config.toml |
1 | 1 (100%) | 2 (50%) | 2022-01-14 |
layouts/partials/head/metadata.html netlify.toml |
1 | 1 (100%) | 2 (50%) | 2022-01-14 |
layouts/partials/head/metadata.html layouts/partials/footer/text.html |
1 | 1 (100%) | 1 (100%) | 2022-01-14 |
layouts/shortcodes/buttondown.html config.toml |
1 | 1 (100%) | 2 (50%) | 2022-01-14 |
layouts/shortcodes/buttondown.html netlify.toml |
1 | 1 (100%) | 2 (50%) | 2022-01-14 |
layouts/shortcodes/buttondown.html layouts/partials/footer/text.html |
1 | 1 (100%) | 1 (100%) | 2022-01-14 |
layouts/shortcodes/buttondown.html layouts/partials/head/metadata.html |
1 | 1 (100%) | 1 (100%) | 2022-01-14 |
static/site.webmanifest config.toml |
1 | 1 (100%) | 2 (50%) | 2022-01-14 |
static/site.webmanifest netlify.toml |
1 | 1 (100%) | 2 (50%) | 2022-01-14 |
static/site.webmanifest layouts/partials/footer/text.html |
1 | 1 (100%) | 1 (100%) | 2022-01-14 |
static/site.webmanifest layouts/partials/head/metadata.html |
1 | 1 (100%) | 1 (100%) | 2022-01-14 |
static/site.webmanifest layouts/shortcodes/buttondown.html |
1 | 1 (100%) | 1 (100%) | 2022-01-14 |