aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-10 14:35:00 -0800
committerJunio C Hamano <gitster@pobox.com>2021-12-10 14:35:00 -0800
commit83113c4268419cef690201916ac0ebbd7c721d93 (patch)
treec449d8cc1a010de83600b4662699ebc422d00847 /Documentation/technical
parentabe6bb3905392d5eb6b01fa6e54d7e784e0522aa (diff)
parent74db416c9c3bf829b0d0641e74c252bf53da0158 (diff)
downloadgit-83113c4268419cef690201916ac0ebbd7c721d93.tar.gz
Merge branch 'cw/protocol-v2-doc-fix'
Doc update. * cw/protocol-v2-doc-fix: protocol-v2.txt: align delim-pkt spec with usage
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/protocol-v2.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/technical/protocol-v2.txt b/Documentation/technical/protocol-v2.txt
index 21e8258ccf..8a877d27e2 100644
--- a/Documentation/technical/protocol-v2.txt
+++ b/Documentation/technical/protocol-v2.txt
@@ -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.