Skip to content

Commit 894538b

Browse files
committed
update crate status (#450)
1 parent f0163c9 commit 894538b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ is usable to some extend.
132132
* [git-repository](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-repository)
133133
* [git-attributes](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-attributes)
134134
* [git-pathspec](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-pathspec)
135+
* [git-refspec](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-refspec)
135136
* `gitoxide-core`
136137
* **very early** _(possibly without any documentation and many rough edges)_
137138
* [git-index](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-index)

crate-status.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,11 @@ Check out the [performance discussion][git-traverse-performance] as well.
232232

233233
### git-pathspec
234234
* [x] parse
235-
* [ ] check for match
235+
* [ ] matching of paths
236+
237+
### git-refspec
238+
* [x] parse
239+
* [ ] matching of references and object names
236240

237241
### git-note
238242

0 commit comments

Comments
 (0)