Skip to content

Commit 16b5058

Browse files
committed
Add missing crate-metdata in documentation
1 parent 61c9768 commit 16b5058

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ is usable to some extent.
135135
* `gitoxide-core`
136136
* **very early** _(possibly without any documentation and many rough edges)_
137137
* [gix-merge](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-merge)
138+
* [gix-blame](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-blame)
138139
* **idea** _(just a name placeholder)_
139140
* [gix-note](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-note)
140141
* [gix-fetchhead](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-fetchhead)

crate-status.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,15 @@ Check out the [performance discussion][gix-diff-performance] as well.
342342
* [x] API documentation
343343
* [ ] Examples
344344

345+
### gix-blame
346+
347+
* [ ] commit-annotations for a single file
348+
- [ ] progress
349+
- [ ] interruptability
350+
- [ ] streaming
351+
* [x] API documentation
352+
* [ ] Examples
353+
345354
### gix-traverse
346355

347356
Check out the [performance discussion][gix-traverse-performance] as well.

0 commit comments

Comments
 (0)