1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 21:07:52 +01:00

Merge branch 'cw/protocol-v2-doc-fix'

Doc update.

* cw/protocol-v2-doc-fix:
  protocol-v2.txt: align delim-pkt spec with usage
This commit is contained in:
Junio C Hamano 2021-12-10 14:35:00 -08:00
commit 83113c4268

View file

@ -125,11 +125,11 @@ command can be requested at a time.
empty-request = flush-pkt
command-request = command
capability-list
[command-args]
delim-pkt
command-args
flush-pkt
command = PKT-LINE("command=" key LF)
command-args = delim-pkt
*command-specific-arg
command-args = *command-specific-arg
command-specific-args are packet line framed arguments defined by
each individual command.