> > @@ -349,6 +362,9 @@ header. Most sections are sent only when the packfile is sent. > > *PKT-LINE(wanted-ref LF) > > wanted-ref = obj-id SP refname > > > > + packfile-uris = PKT-LINE("packfile-uris" LF) *packfile-uri > > + packfile-uri = PKT-LINE(40*(HEXDIGIT) SP *%x20-ff LF) > > 40* I'm almost ready to send out an updated version, but have one question: what do you mean by this? If you mean that I should use "obj-id" instead, I didn't want to because it's not the hash of an object, but the hash of a packfile.