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
it would be useful for me, when you could call TreeUtils.getId() with an empty path and get the ID of the root directory: rootId = TreeUtils.getId(repository, "HEAD", "")
Now an IllegalArgumentException is thrown: Empty path not permitted..
It would be a pleasure if the gitective-API could handle the special case of an empty path (and also: "/").
The text was updated successfully, but these errors were encountered:
Another feature request once again:
it would be useful for me, when you could call
TreeUtils.getId()
with an empty path and get the ID of the root directory:rootId = TreeUtils.getId(repository, "HEAD", "")
Now an
IllegalArgumentException
is thrown:Empty path not permitted.
.It would be a pleasure if the gitective-API could handle the special case of an empty path (and also: "/").
The text was updated successfully, but these errors were encountered: