mirror of
https://github.com/ko-build/ko.git
synced 2025-01-20 18:28:32 +02:00
a3656d1441
* Add support for recursively resolving directory symlinks. This adds support for properly resolving directory symlinks within kodata. I verified that with this I can symlink `.git/refs` into `kodata/` and (with changes) resolve the `.git/HEAD` symlink to read the appropriate `ref: refs/heads/...` files with the commit SHA. * Incorporate code review feedback