In my refactoring to use `go-git`'s `Tree` objects, I missed this edge case (that symlinks get resolved to be relative to the Git root, but our `Tree` object is a subdirectory). |
||
|---|---|---|
| .. | ||
| fs.go | ||
| fs_test.go | ||
| tarscrub_test.go | ||
In my refactoring to use `go-git`'s `Tree` objects, I missed this edge case (that symlinks get resolved to be relative to the Git root, but our `Tree` object is a subdirectory). |
||
|---|---|---|
| .. | ||
| fs.go | ||
| fs_test.go | ||
| tarscrub_test.go | ||