objective-git icon indicating copy to clipboard operation
objective-git copied to clipboard

Objective-C bindings to libgit2

Results 40 objective-git issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to show both local and remote branches for a repository. Therefore, I am using the method `-branches:` that is [available](https://github.com/libgit2/objective-git/blob/249b64cc9301c70b11e25c5fb6339f83f040ee2e/ObjectiveGit/GTRepository.m#L475) on the `GTRepository` class. In the...

Hi, I would love help getting ObjectiveGit running on macOS. I'm on Catalina 10.15.1 and Xcode Version 11.1. I'm building using Carthage, following all the steps. iOS seems to work...

Log: ``` ... Building for x86_64 i386 armv7 armv7s arm64 Building OpenSSL for iphonesimulator12.2 x86_64 Build log can be found in /.../Carthage/Checkouts/objective-git/External/build/log/OpenSSL-x86_64.log Please stand by... Building OpenSSL for iphonesimulator12.2 i386...

Thanks so much for this project! I hope this is a trivial thing to answer - any help would be super appreciated. How do I build ObjetiveGit.framework with all dependencies...

No code changes were needed.

I've tried adding the files that Xcode complains about to ObjectiveGit.modulemap, as in #679, but it doesn't seem to make any difference. /:1:1: Umbrella header for module 'ObjectiveGit' does not...

When the system calls `-[GTRepository dealloc]` and the git_repository is empty, but still exists, the app crashes. Here is a screenshot of the debug session: What I would suggest is...

When the system calls `-[GTRepository dealloc]` and the git_repository is empty, but still exists, the app crashes. Here is a screenshot of the debug session: To fix this, the function...

(Credit for this pull request goes to @mcyril) - Added GTIndex.checksum accessor - Added addPathspecs/removePathspaces calls. - Fixed proper nullability for enumerateConflictedFiles - Converted GTRepositoryStatusFlags into NS_OPTIONS for proper handling...

enhancement
test needed

Our current merge code (which is only used when pulling at the moment), had a few issues with consistency : it does not respect the pulled branch merge preference. It...