On Wed, Aug 25 2021, Teng Long wrote: > Client design > ------------- > @@ -65,9 +78,6 @@ The protocol design allows some evolution of the server and client without any > need for protocol changes, so only a small-scoped design is included here to > form the MVP. For example, the following can be done: > > - * On the server, more sophisticated means of excluding objects (e.g. by > - specifying a commit to represent that commit and all objects that it > - references). > * On the client, resumption of clone. If a clone is interrupted, information > could be recorded in the repository's config and a "clone-resume" command > can resume the clone in progress. (Resumption of subsequent fetches is more > @@ -78,4 +88,4 @@ There are some possible features that will require a change in protocol: > > * Additional HTTP headers (e.g. authentication) > * Byte range support > - * Different file formats referenced by URIs (e.g. raw object) > + * Different file formats referenced by URIs (e.g. raw object) > \ No newline at end of file Newline churn?