Commit graph

4 commits

Author SHA1 Message Date
Alex Miller
00461c6632 Upgrade eslint 2024-09-11 13:32:02 +12:00
Daniil Samoylov
721c731a19 Rebuild 2024-01-30 15:16:29 +13:00
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
Michal Dorner
b78de5e86b Initial commit 2020-05-20 17:03:08 +02:00