Skip to content

Commit 9505de7

Browse files
committed
add more stabilization candidates
1 parent bba7776 commit 9505de7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ 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)
5152

5253
### Initial Development
5354

@@ -56,7 +57,6 @@ is usable to some extent.
5657

5758
* **usable** _(with rough but complete docs, possibly incomplete functionality)_
5859
* [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)
6060
* [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)

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)