objective-git
objective-git copied to clipboard
Objective-C bindings to libgit2
This adds a wrapper for the simple `git_merge_file` & `git_merge_file_from_index`. This is somewhat a leftover from #664, because the implementation was already available in libgit2 as the latter, and thus...
I've had to use a worktree-ed repo, and I'm a GitX user, which uses Objective-Git. This is a complete work-in-progress, because I just wanted to be able to run against...
I have a git repo, and there are some tags in the repo. I use the `- [GTRepository allTagsWithError:]` could not get any tags. I debug the code, I found...
Feature request: it would be great if it were possible to add objective-git to a project using the Swift Package Manager. I may take a swing at this, at some...
Provide Swift Package Manager for libgit2. you can find SPM Module map ref here : https://github.com/apple/swift-package-manager/blob/master/Documentation/Usage.md
Hi, THe file delete on local branch , modified on remote branch, no conflict when I merge with -(BOOL)mergeBranchIntoCurrentBranch:(GTBranch *)fromBranch withError:(NSError **)error;
``` $ otool -L ObjectiveGit.framework/ObjectiveGit ObjectiveGit: @rpath/ObjectiveGit.framework/ObjectiveGit (compatibility version 1.0.0, current version 1.0.0) /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/local/opt/openssl/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libcurl.4.dylib (compatibility version...
Create a merge commit when pulling/merging changes where all conflicts can be resolved automatically
Given: A local branch and remote branch, both with commits. When merging those, all conflicts can be resolved automatically, for example because different files were changed locally and remote. When...