File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
347356Check out the [ performance discussion] [ gix-traverse-performance ] as well.
You can’t perform that action at this time.
0 commit comments