libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

Wrap git_index_add_all #628

Closed alehed closed 7 years ago

alehed commented 7 years ago

Allows the user to do something like git add -A

alehed commented 7 years ago

Sure, I just thought the test suite is ignored on this project.

pietbrauer commented 7 years ago

I look at it. We "just" have one failing test on macOS which is consistent 😆. iOS is a different story.

alehed commented 7 years ago

Yeah, would be great if all the tests worked... But I do too see the value in testing.

I'll probably get around to the tests this weekend.

pietbrauer commented 7 years ago

Yeah, many people have spent many hours trying to fix the tests. Thanks a lot! No pressure from my side 😅

alehed commented 7 years ago

599 has a green iOS build, but it is already 5 months old.

pietbrauer commented 7 years ago

Let's see what https://travis-ci.org/libgit2/objective-git/builds/237270148 brings.

pietbrauer commented 7 years ago

Turns out it wasn't that hard. #631 has a green build. Thanks for pushing this @alehed!

alehed commented 7 years ago

@pietbrauer Thanks for fixing the build! 👍

alehed commented 7 years ago

I added a small test.