-
Notifications
You must be signed in to change notification settings - Fork 282
Add/Fetch NSData from index #458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I think I will move the data fetching to |
|
Now this is working better. The only problem I'm having is that this doesn't work with in memory indexes because Let me know if you see any issue with this PR 👍 |
ObjectiveGit/GTIndex.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like these can't be nil according to the implementation. Could we document that?
|
Awesome, thanks! 🍻
No worries. Just a couple other notes. |
|
There it is 😄 I addressed those notes and a couple more I found around |
|
🤘 Thanks! |
|
Cool 👍 |
Hi,
I added support for libgit2
git_index_add_frombufferfunction onGTIndexwith the following methods:I still have to add some documentation and need to make it work with an
inMemoryIndexWithRepository:error:Also I had to update
External/libgit2to get the method, not sure if there's an issue with this.Right now GTIndexSpec is passing but have failing specs at
GTConfigurationSpecandGTRemoteSpecSo, I'm still working on it but I'm pushing this in case you find something fishy (specially with the updated dependency and the two failing specs)