Skip to content

Commit 94fe675

Browse files
committed
improve feature list in README
1 parent 7296af5 commit 94fe675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ both implemented and planned features.
3535
Further, the [`gix` crate documentation with the `git2` search term](https://docs.rs/gix/0.54.1/gix/?search=git2) helps to find all currently
3636
known `git2` equivalent method calls. Please note that this list is definitely not exhaustive yet, but might help if you are coming from `git2`.
3737

38-
What follows is a high-level list of features along with their support
38+
What follows is a high-level list of features and those which are planned:
3939

4040
* [x] clone
4141
* [x] fetch
@@ -45,6 +45,7 @@ What follows is a high-level list of features along with their support
4545
* [ ] merge
4646
* [ ] rebase
4747
* [ ] commit
48+
* [x] worktree checkout and worktree stream
4849
* [x] reading and writing of objects
4950
* [x] reading and writing of refs
5051
* [x] reading and writing of `.git/index`

0 commit comments

Comments
 (0)