galaxyproject / galaxyproject/planemo
Make ci_find* consider symlinks to changed files.
Open
- Dominant language
- Python
- Stars
- 110
- Forks
- 102
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 13
Description
It would be cool if the `ci_find*` commands would also consider symlinks. That is to if a file is changed then also consider all files that link to it as changed.
I guess this is not possible natively with `git diff`. So maybe one more iteration over the repo, enumerate symlinks, and check if a link target is changed.
Contributor guide
Assessment
This issue has not been assessed yet.