File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ is usable to some extend.
132
132
* [ git-repository] ( https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-repository )
133
133
* [ git-attributes] ( https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-attributes )
134
134
* [ 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 )
135
136
* ` gitoxide-core `
136
137
* ** very early** _ (possibly without any documentation and many rough edges)_
137
138
* [ git-index] ( https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-index )
Original file line number Diff line number Diff line change @@ -232,7 +232,11 @@ Check out the [performance discussion][git-traverse-performance] as well.
232
232
233
233
### git-pathspec
234
234
* [x] parse
235
- * [ ] check for match
235
+ * [ ] matching of paths
236
+
237
+ ### git-refspec
238
+ * [x] parse
239
+ * [ ] matching of references and object names
236
240
237
241
### git-note
238
242
You can’t perform that action at this time.
0 commit comments