File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Please see _'Development Status'_ for a listing of all crates and their capabili
99
99
* [x] [ error line] ( https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L28:L28 )
100
100
* [x] [ V2 additions] ( https://github.com/git/git/blob/master/Documentation/technical/protocol-v2.txt#L35:L36 )
101
101
* [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 `
103
103
* [ ] parse and serialize [ capabilities] ( https://github.com/git/git/blob/master/Documentation/technical/protocol-capabilities.txt#L1:L1 )
104
104
* [ ] ** Version 1**
105
105
* [ ] [ 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
130
130
### git-repository
131
131
* [x] initialize
132
132
* [ ] Proper configuration depending on platform (e.g. ignorecase, filemode, …)
133
+ * [ ] [ Signed commits and tags] ( https://github.com/Byron/gitoxide/issues/12 )
133
134
* [ ] read and write all data types
134
135
* [ ] rev-parsing and ref history
135
136
* [ ] remotes with push and pull
You can’t perform that action at this time.
0 commit comments