From 2509d01820483ff55aa6972d6d0523ea33b5950d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janek=20Warcho=C5=82?= Date: Wed, 8 Feb 2012 09:34:06 +0100 Subject: [PATCH] CG: username isn't shown when pulling using ssh CG 3.4.10 point 7 mistakenly stated that when you pull using ssh, git will display From ssh://@var{user}@@git.sv.gnu.org/srv/git/lilypond It displays From ssh://git.sv.gnu.org/srv/git/lilypond, without username. --- Documentation/contributor/source-code.itexi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/contributor/source-code.itexi b/Documentation/contributor/source-code.itexi index 9322e766da..ee20d3e76e 100644 --- a/Documentation/contributor/source-code.itexi +++ b/Documentation/contributor/source-code.itexi @@ -1875,7 +1875,7 @@ If @command{git@tie{}pull@tie{}--verbose} succeeds, the output will include a @q{From} line that shows @q{ssh} as the protocol: @example -From ssh://@var{user}@@git.sv.gnu.org/srv/git/lilypond +From ssh://git.sv.gnu.org/srv/git/lilypond @end example If the protocol shown is not @q{ssh}, check that you configured -- 2.39.2