Skip to content

Commit 0ad2d8c

Browse files
committed
update glob crate status (#301)
1 parent 63bd89c commit 0ad2d8c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,16 @@ Follow linked crate name for detailed status. Please note that all crates follow
9090
Crates that seem feature complete and need to see some more use before they can be released as 1.0.
9191

9292
* [git-mailmap](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-mailmap)
93+
* [git-chunk](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-chunk)
9394

9495
### Initial Development
9596
* **usable**
9697
* [git-actor](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-actor)
9798
* [git-hash](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-hash)
98-
* [git-chunk](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-chunk)
9999
* [git-object](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-object)
100100
* [git-validate](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-validate)
101101
* [git-url](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-url)
102+
* [git-glob](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-glob)
102103
* [git-packetline](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-packetline)
103104
* [git-transport](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-transport)
104105
* [git-protocol](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-protocol)
@@ -119,7 +120,6 @@ Crates that seem feature complete and need to see some more use before they can
119120
* [git-revision](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-revision)
120121
* [git-attributes](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-attributes)
121122
* [git-quote](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-quote)
122-
* [git-glob](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-glob)
123123
* **idea**
124124
* [git-note](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-note)
125125
* [git-pathspec](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-pathspec)

crate-status.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* [ ] Some examples
99

1010
### git-chunk
11-
* [ ] decode the chunk file table of contents and provide convenient API
12-
* [ ] write the table of contents
11+
* [x] decode the chunk file table of contents and provide convenient API
12+
* [x] write the table of contents
1313

1414
### git-object
1515
* *decode (zero-copy)* borrowed objects
@@ -232,8 +232,8 @@ A mechanism to associate metadata with any object, and keep revisions of it usin
232232
* [ ] CRUD for git notes
233233

234234
### git-glob
235-
* [ ] parse pattern
236-
* [ ] a type for pattern matching
235+
* [x] parse pattern
236+
* [x] a type for pattern matching of paths and non-paths, optionally case-insensitively.
237237

238238
### git-worktree
239239
* handle the working tree/checkout

0 commit comments

Comments
 (0)