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
I am trying to get a list of all (including the ones not referenced by a commit) object ids in the object database.
I found git_odb_foreach() in libgit2, but nothing in objective-git.
Is there currently a way to achieve this? Would you consider adding the functionality?
The text was updated successfully, but these errors were encountered:
I don't know if there is currently a way to do that in ObjectiveGit. There are quite some enumerations in ObjectiveGit so you could take a look at that and make a PullRequest?
I am trying to get a list of all (including the ones not referenced by a commit) object ids in the object database.
I found
git_odb_foreach()
in libgit2, but nothing in objective-git.Is there currently a way to achieve this? Would you consider adding the functionality?
The text was updated successfully, but these errors were encountered: