Skip to content

Commit 617d98f

Browse files
committed
Explicitly mention signed commits/tags in features
1 parent 831b758 commit 617d98f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Please see _'Development Status'_ for a listing of all crates and their capabili
9999
* [x] [error line](https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L28:L28)
100100
* [x] [V2 additions](https://github.com/git/git/blob/master/Documentation/technical/protocol-v2.txt#L35:L36)
101101
* [x] [side-band mode](https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L467:L467)
102-
* [ ] `Iterator` for multi-plexed pack lines from `Read`
102+
* [ ] PacketLine `Iterator` from `Read`
103103
* [ ] parse and serialize [capabilities](https://github.com/git/git/blob/master/Documentation/technical/protocol-capabilities.txt#L1:L1)
104104
* [ ] **Version 1**
105105
* [ ] [fetch](https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L157:L157)
@@ -130,6 +130,7 @@ Please see _'Development Status'_ for a listing of all crates and their capabili
130130
### git-repository
131131
* [x] initialize
132132
* [ ] Proper configuration depending on platform (e.g. ignorecase, filemode, …)
133+
* [ ] [Signed commits and tags](https://github.com/Byron/gitoxide/issues/12)
133134
* [ ] read and write all data types
134135
* [ ] rev-parsing and ref history
135136
* [ ] remotes with push and pull

0 commit comments

Comments
 (0)