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
When building the path of a tree entry, nodegit recursively take the path of each entry's tree parent.
However this does not work if the entry was in a subdir of the parent tree because then we'll be missing the subdir.
As an example:
getEntry("test/rawcommit.js") => entry path will be returned as "rawcommit.js"
I'm submitting a push request + test with a potential fix for discussion
The text was updated successfully, but these errors were encountered:
When building the path of a tree entry, nodegit recursively take the path of each entry's tree parent.
However this does not work if the entry was in a subdir of the parent tree because then we'll be missing the subdir.
As an example:
getEntry("test/rawcommit.js") => entry path will be returned as "rawcommit.js"
I'm submitting a push request + test with a potential fix for discussion
The text was updated successfully, but these errors were encountered: