Skip to content

Commit 0e8c05c

Browse files
committed
add more stabilization candidates
1 parent 8d645b0 commit 0e8c05c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Documentation is complete and was reviewed at least once.
4848
* [gix-config](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-config)
4949
* [gix-config-value](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-config-value)
5050
* [gix-glob](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-glob)
51+
* [gix-actor](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-actor)
52+
* [gix-hash](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-hash)
5153

5254
### Initial Development
5355

@@ -56,8 +58,6 @@ is usable to some extent.
5658

5759
* **usable** _(with rough but complete docs, possibly incomplete functionality)_
5860
* [gix](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix) (**⬅ entrypoint**)
59-
* [gix-actor](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-actor)
60-
* [gix-hash](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-hash)
6161
* [gix-object](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-object)
6262
* [gix-validate](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-validate)
6363
* [gix-url](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-url)

crate-status.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ and itself relies on all `git-*` crates. It's not meant for consumption, for app
8787

8888
### gix-actor
8989
* [x] read and write a signature that uniquely identifies an actor within a git repository
90-
* [ ] a way to parse `name <email>` tuples (instead of full signatures) to facilitate parsing
90+
* [x] a way to parse `name <email>` tuples (instead of full signatures) to facilitate parsing
9191
commit trailers.
92+
* [x] a way to write only actors, useful for commit trailers.
9293

9394
### gix-hash
9495
* types to represent hash digests to identify git objects.

0 commit comments

Comments
 (0)