paths-filter/__tests__
Michal Dorner 81c90ccae8
Change detection using git "three dot" diff (#35)
* Rework change detection via `git diff`

Previous implementation performed simple diff between two versions. New implementation fetches on demand more commits to have the merge base between two branches. Now it will detect only changes introduced by branch that was pushed, instead of mixing with changes introduced meanwhile on the base branch.
2020-09-01 22:47:38 +02:00
..
filter.test.ts Export files matching rules (#32) 2020-08-30 21:18:14 +02:00
git.test.ts Change detection using git "three dot" diff (#35) 2020-09-01 22:47:38 +02:00
shell-escape.test.ts Export files matching rules (#32) 2020-08-30 21:18:14 +02:00