[PATCH 6/6] pack-protocol doc: use "www-data" in place of "alice"
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2021-06-15 16:19:17
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2021-06-15 16:19:17
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
Replace the example of "alice" in the pack-protocol.txt documentation added in b31222cfb7f (Update packfile transfer protocol documentation, 2009-11-03) with "www-data". This is now consistent with the recently changed examples in the tutorial and git-daemon documentation. Signed-off-by: Ævar Arnfjörð Bjarmason <redacted> --- Documentation/technical/pack-protocol.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt
index e13a2c064d1..0f43a290e59 100644
--- a/Documentation/technical/pack-protocol.txt
+++ b/Documentation/technical/pack-protocol.txt@@ -136,10 +136,10 @@ directory, because the Git client will run: The exception is if a '~' is used, in which case we execute it without the leading '/'. - ssh://user@example.com/~alice/project.git, + ssh://user@example.com/~www-data/project.git, | v - ssh user@example.com "git-upload-pack '~alice/project.git'" + ssh user@example.com "git-upload-pack '~www-data/project.git'" Depending on the value of the `protocol.version` configuration variable, Git may attempt to send Extra Parameters as a colon-separated string in
--
2.32.0.555.g0268d380f7b