We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68d761c + 7d6e4f0 commit 872d481Copy full SHA for 872d481
README.md
@@ -39,18 +39,20 @@ What follows is a high-level list of features and those which are planned:
39
40
* [x] clone
41
* [x] fetch
42
-* [ ] blame
43
* [ ] push
44
-* [ ] reset
45
-* [ ] status
46
-* [x] blob-diff
+* [x] blame (*plumbing*)
+* [x] status
+* [x] blob and tree-diff
47
* [ ] merge
48
- [x] blobs
49
- [x] trees
50
- [ ] commits
+* [x] commit
51
+ - [ ] hooks
52
+* [x] commit-graph traversal
53
* [ ] rebase
-* [ ] commit
54
* [x] worktree checkout and worktree stream
55
+* [ ] reset
56
* [x] reading and writing of objects
57
* [x] reading and writing of refs
58
* [x] reading and writing of `.git/index`
0 commit comments