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-noconflict/ext-beautify.js kitchen-sink.html |
1 | 15 (6%) | 51 (1%) | 2022-01-26 |
src-noconflict/ext-hardwrap.js kitchen-sink.html |
1 | 2 (50%) | 51 (1%) | 2022-01-26 |
src-noconflict/ext-hardwrap.js src-noconflict/ext-beautify.js |
1 | 2 (50%) | 15 (6%) | 2022-01-26 |
src-noconflict/keybinding-vim.js kitchen-sink.html |
1 | 41 (2%) | 51 (1%) | 2022-01-26 |
src-noconflict/keybinding-vim.js src-noconflict/ext-beautify.js |
1 | 41 (2%) | 15 (6%) | 2022-01-26 |
src-noconflict/keybinding-vim.js src-noconflict/ext-hardwrap.js |
1 | 41 (2%) | 2 (50%) | 2022-01-26 |
src-noconflict/mode-vhdl.js kitchen-sink.html |
1 | 13 (7%) | 51 (1%) | 2022-01-26 |
src-noconflict/mode-vhdl.js src-noconflict/ext-beautify.js |
1 | 13 (7%) | 15 (6%) | 2022-01-26 |
src-noconflict/mode-vhdl.js src-noconflict/ext-hardwrap.js |
1 | 13 (7%) | 2 (50%) | 2022-01-26 |
src-noconflict/mode-vhdl.js src-noconflict/keybinding-vim.js |
1 | 13 (7%) | 41 (2%) | 2022-01-26 |
src/ext-beautify.js kitchen-sink.html |
1 | 14 (7%) | 51 (1%) | 2022-01-26 |
src/ext-beautify.js src-noconflict/ext-beautify.js |
1 | 14 (7%) | 15 (6%) | 2022-01-26 |
src/ext-beautify.js src-noconflict/ext-hardwrap.js |
1 | 14 (7%) | 2 (50%) | 2022-01-26 |
src/ext-beautify.js src-noconflict/keybinding-vim.js |
1 | 14 (7%) | 41 (2%) | 2022-01-26 |
src/ext-beautify.js src-noconflict/mode-vhdl.js |
1 | 14 (7%) | 13 (7%) | 2022-01-26 |
src/ext-hardwrap.js kitchen-sink.html |
1 | 2 (50%) | 51 (1%) | 2022-01-26 |
src/ext-hardwrap.js src-noconflict/ext-beautify.js |
1 | 2 (50%) | 15 (6%) | 2022-01-26 |
src/ext-hardwrap.js src-noconflict/ext-hardwrap.js |
1 | 2 (50%) | 2 (50%) | 2022-01-26 |
src/ext-hardwrap.js src-noconflict/keybinding-vim.js |
1 | 2 (50%) | 41 (2%) | 2022-01-26 |
src/ext-hardwrap.js src-noconflict/mode-vhdl.js |
1 | 2 (50%) | 13 (7%) | 2022-01-26 |