From: Jakub Narebski <jnareb@gmail.com>
To: Fredrik Tolf <fredrik@dolda2000.com>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>, git@vger.kernel.org
Subject: Re: [PATCH v2] Ensure that SSH runs in non-interactive mode
Date: Mon, 21 Jul 2008 01:38:50 -0700 (PDT) [thread overview]
Message-ID: <m3fxq3ws16.fsf@localhost.localdomain> (raw)
In-Reply-To: <1216604693.3673.20.camel@pc7.dolda2000.com>
Fredrik Tolf <fredrik@dolda2000.com> writes:
> [...] Here's some makeshift documentation:
>
> The string specified in core.sshcommand is first checked if it matches
> any of the built-in templates, in which case it is expanded (I've added
> the templates "openssh" and "plink" by default). When used, the string
> is split into words, each of which is processed as follows:
>
> * If a word is %p, it is replaced by the port number, if specified.
> If the port number is not specified, the word is deleted.
> * If a word is %h, it is replaced by the remote host name.
> * If a word begins with %P, it is deleted if no port number is
> specified. This is to allow for specifying different port number
> flags for different SSH implementations. The syntax is a bit ugly,
> but I cannot really think of anything that would look better.
> If a port number has been specified, the leading %P is simply deleted.
There is a syntax which would look better, but perhaps it is a bit
overkill in this situation. Namely use either shell conditional
expansion:
${p:+-P $p}
or syntax used in RPM spec macros
%{?p:-P %p}
(and there is complementing %{!?<var>:<expansion>} in RPM spec macro
language).
--
Jakub Narebski
Poland
ShadeHawk on #git
next prev parent reply other threads:[~2008-07-21 8:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-21 0:00 [PATCH v2] Ensure that SSH runs in non-interactive mode Fredrik Tolf
2008-07-21 1:15 ` Johannes Schindelin
2008-07-21 1:44 ` Fredrik Tolf
2008-07-21 8:38 ` Jakub Narebski [this message]
2008-07-21 10:56 ` Johannes Schindelin
2008-07-21 11:04 ` Jeff King
2008-07-21 11:22 ` Johannes Schindelin
2008-07-21 13:04 ` Fredrik Tolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3fxq3ws16.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=fredrik@dolda2000.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).