1
0
mirror of https://github.com/ko-build/ko.git synced 2025-01-29 18:53:53 +02:00

3 Commits

Author SHA1 Message Date
Matt Moore
a3656d1441
Add support for recursively resolving directory symlinks. (#73)
* 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
2019-08-15 17:59:15 -07:00
Jason Hall
4f686b1e6c moar fix 2019-03-21 19:07:56 -04:00
Jason Hall
eefd8641b5 move ko to cmd/ko from cmd/ 2019-03-21 15:32:50 -04:00