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 <avarab@xxxxxxxxx> --- 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@xxxxxxxxxxx/~alice/project.git, + ssh://user@xxxxxxxxxxx/~www-data/project.git, | v - ssh user@xxxxxxxxxxx "git-upload-pack '~alice/project.git'" + ssh user@xxxxxxxxxxx "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