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
-[GTRefLog initWithReference:] is in GTReflog+Private.h for reasons that are not clear to me. I've found a situation where I want to use it, so I ended up writing a category interface to expose it since I can't access that header from the framework.
My situation is that I want to get information about a specific stash, so I'm imitating what's in git_stash_foreach, except using ObjGit classes and using a specific index instead of iterating over all stashes.
I'll gladly do a pull request, but I wanted to make sure there isn't an alternative that I missed.
The text was updated successfully, but these errors were encountered:
-[GTRefLog initWithReference:]
is in GTReflog+Private.h for reasons that are not clear to me. I've found a situation where I want to use it, so I ended up writing a category interface to expose it since I can't access that header from the framework.My situation is that I want to get information about a specific stash, so I'm imitating what's in
git_stash_foreach
, except using ObjGit classes and using a specific index instead of iterating over all stashes.I'll gladly do a pull request, but I wanted to make sure there isn't an alternative that I missed.
The text was updated successfully, but these errors were encountered: