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 @@ -138,6 +138,7 @@ is usable to some extent.
138138 * ` gitoxide-core `
139139* ** very early** _ (possibly without any documentation and many rough edges)_
140140 * [ gix-merge] ( https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-merge )
141+ * [ gix-blame] ( https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-blame )
141142* ** idea** _ (just a name placeholder)_
142143 * [ gix-note] ( https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-note )
143144 * [ gix-fetchhead] ( https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-fetchhead )
Original file line number Diff line number Diff line change @@ -349,6 +349,15 @@ Check out the [performance discussion][gix-diff-performance] as well.
349349* [x] API documentation
350350 * [ ] Examples
351351
352+ ### gix-blame
353+
354+ * [ ] commit-annotations for a single file
355+ - [ ] progress
356+ - [ ] interruptability
357+ - [ ] streaming
358+ * [x] API documentation
359+ * [ ] Examples
360+
352361### gix-traverse
353362
354363Check out the [ performance discussion] [ gix-traverse-performance ] as well.
You can’t perform that action at this time.
0 commit comments