@@ -99,7 +99,7 @@ Please see _'Development Status'_ for a listing of all crates and their capabili
99
99
* [ ] [ error line] ( https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L28:L28 )
100
100
* [ ] ` Iterator ` for multi-plexed pack lines from ` Read `
101
101
* [ ] parse and serialize [ capabilities] ( https://github.com/git/git/blob/master/Documentation/technical/protocol-capabilities.txt#L1:L1 )
102
- * [ ] V1
102
+ * [ ] ** Version 1 **
103
103
* [ ] [ fetch] ( https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L157:L157 )
104
104
* [ ] [ ref advertisement] ( https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L200:L200 )
105
105
* [ ] [ upload request] ( https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L245:L245 )
@@ -110,7 +110,7 @@ Please see _'Development Status'_ for a listing of all crates and their capabili
110
110
* [ ] multi-ack detailed
111
111
* [ ] [ server-response (pack)] ( https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L404:L404 )
112
112
* [ ] push
113
- * [ ] [ V2 ] ( https://github.com/git/git/blob/master/Documentation/technical/protocol-v2.txt )
113
+ * [ ] [ Version 2 ] ( https://github.com/git/git/blob/master/Documentation/technical/protocol-v2.txt )
114
114
115
115
### git-transport
116
116
* [ ] ** [ git] ( https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt#L66:L66 ) **
@@ -151,14 +151,18 @@ Please see _'Development Status'_ for a listing of all crates and their capabili
151
151
* read and write a git-index file
152
152
* add and remove entries
153
153
* [ ] API documentation with examples
154
+
154
155
### git-diff
155
156
* diffing of git-object::Tree structures
156
157
* diffing, merging, working with hunks of data
157
158
* find differences between various states, i.e. index, working tree, commit-tree
158
159
* [ ] API documentation with examples
160
+
159
161
### git-url
162
+ * As documented here: https://www.git-scm.com/docs/git-clone#_git_urls
160
163
* [ ] ssh://
[email protected] /project.git
161
164
* [ ] [email protected] : project .git
165
+ * [ ] git://
[email protected] : project .git
162
166
* [ ] ssh://
[email protected] /
~ alice/project.git
163
167
164
168
### git-features
@@ -263,7 +267,7 @@ Once installed, there are two binaries:
263
267
* Use ` blocking ` as well as ` git-features::interruptible ` to bring operations into the async world and to control
264
268
long running operations.
265
269
* When connecting or streaming over TCP connections, especially when receiving on the server, async seems like a must
266
- though. It should be possible to put it behind a feature flag though .
270
+ though, but behind a feature flag.
267
271
268
272
## Roadmap to Future
269
273
0 commit comments