@@ -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
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@gmail.com> --- Documentation/technical/pack-protocol.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)