Skip to content

Commit d0e7568

Browse files
committed
De-linkify feature list
1 parent 2cf878d commit d0e7568

1 file changed

Lines changed: 5 additions & 23 deletions

File tree

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,11 @@ ObjectiveGit provides Cocoa bindings to the
1010

1111
A 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

3719
Not all libgit2 features are available, but if you run across something missing, please consider [contributing a pull request](#contributing)!
3820

0 commit comments

Comments
 (0)