@@ -10,29 +10,11 @@ ObjectiveGit provides Cocoa bindings to the
1010
1111A brief summary of the available functionality:
1212
13- * Read: [ Log] ( ObjectiveGitTests/GTEnumeratorSpec.m#L31-L34 ) ,
14- [ Diff] ( ObjectiveGitTests/GTDiffSpec.m#L84 ) ,
15- [ Blame] ( ObjectiveGitTests/GTBlameSpec.m ) ,
16- [ Reflog] ( ObjectiveGitTests/GTReflogSpec.m )
17- [ Status] ( )
18- * Write:
19- [ Init] ( ObjectiveGit/GTRepository.h#L180 ) ,
20- [ Checkout] ( ObjectiveGit/GTRepository.h#L494-L513 ) ,
21- [ Commit] ( ObjectiveGit/GTRepository+Committing.h ) ,
22- [ Branch] ( ObjectiveGit/GTBranch.h ) ,
23- [ Tag] ( ObjectiveGit/GTTag.h ) ,
24- [ Reset] ( ObjectiveGit/GTRepository+Reset.h )
25- * Internals:
26- [ Configuration] ( ObjectiveGit/GTConfiguration.h ) ,
27- [ Tree] ( ObjectiveGit/GTTree.h ) ,
28- [ Blob] ( ObjectiveGit/GTBlob.h ) ,
29- [ Object database] ( ObjectiveGit/GTObjectDatabase.h )
30- * Network:
31- [ Clone] ( ObjectiveGit/GTRepository.h#L231 ) ,
32- [ Fetch] ( ObjectiveGit/GTRepository+RemoteOperations.h#L34 ) ,
33- [ Push] ( ObjectiveGit/GTRepository+RemoteOperations.h#L67 ) ,
34- Pull (in progress #464 )
35- * Transports: HTTPs, SSH, local filesystem
13+ * Read: log, diff, blame, reflog, status
14+ * Write: init, checkout, commit, branch, tag, reset
15+ * Internals: configuration, tree, blob, object database
16+ * Network: clone, fetch, push, pull (in progress #464 )
17+ * Transports: HTTP, HTTPS, SSH, local filesystem
3618
3719Not all libgit2 features are available, but if you run across something missing, please consider [ contributing a pull request] ( #contributing ) !
3820
0 commit comments