You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> "foo/boo" in tree
False
>>> tree["foo/boo"]
<_pygit2.TreeEntry object at 0x7f9c44a57318>
I can see why it happens but it's incredibly unnatural.
Similarly, it would be nice if we didn't have to create TreeBuilders for each subdirectory when creating blobs in a subdirectory. eg. be able to do something like treebuilder.insert("foo/bar", ...)
The text was updated successfully, but these errors were encountered:
This is a really annoying inconsistency:
I can see why it happens but it's incredibly unnatural.
Similarly, it would be nice if we didn't have to create TreeBuilders for each subdirectory when creating blobs in a subdirectory. eg. be able to do something like
treebuilder.insert("foo/bar", ...)
The text was updated successfully, but these errors were encountered: