On Thu, Feb 14, 2019 at 11:32 AM Corentin BOMPARD <corentin.bompard@xxxxxxxxxxxxxxxxx> wrote: > diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt > @@ -107,7 +107,7 @@ Initiating the upload-pack or receive-pack processes over SSH is > It is basically equivalent to running this: > > - $ ssh git.example.com "git-upload-pack '/project.git'" > + $ ssh git.example.com "git-upload-pack `/project.git`" This is already formatted as literal text using a monospaced font. More importantly, however, it is meant as a literal example of what a user would type, so changing the quoting is undesirable since doing so actually changes the meaning of the command. Therefore this should be dropped. Also, there are several other instances of this example command just below this one which you didn't change. It's not clear why this one was singled out.