-
Right now I'm starting with an empty tree, writing file contents as blobs and adding them to the tree one by one. This has proven to be somewhat complicated as it needs to build directories recursively, needs to handle symlinks correctly, etc. Is there a higher level |
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Dec 7, 2023
Replies: 1 comment 4 replies
-
No, there is no such functionality available yet. You can probably subscribe to the respective tracking ticket or check back from time to time: #301 . Please also note that this is something I will eventually work on as it's also required by |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there is no such functionality available yet.
You can probably subscribe to the respective tracking ticket or check back from time to time: #301 .
Please also note that this is something I will eventually work on as it's also required by
cargo
.