Re: [PATCH] Correct the docs about GIT_SSH.

2013-03-26 Thread Junio C Hamano
Dan Bornstein writes: > In particular, it can get called with four arguments if you happen to > be referring to a repo using the ssh:// scheme with a non-default port > number. > > Signed-off-by: Dan Bornstein > --- > Documentation/git.txt |9 ++--- > 1 files changed, 6 insertions(+), 3

[PATCH] Correct the docs about GIT_SSH.

2013-03-21 Thread Dan Bornstein
In particular, it can get called with four arguments if you happen to be referring to a repo using the ssh:// scheme with a non-default port number. Signed-off-by: Dan Bornstein --- Documentation/git.txt |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentati