Hi,
On Tue, 26 Aug 2008, Tommi Virtanen wrote:
On Mon, Aug 25, 2008 at 10:52:46PM +0200, Johannes Schindelin wrote:
quoted
When a program is called via ssh's '-c' option, the login shell is called
on the remote computer, with the given arguments. In the case that Git
was specified as login shell in /etc/passwd, Git used to complain that it
does not know the '-c' option and die.
This commit assumes that '-c' indicates that Git was specified as
a login shell, and hands off to git-shell.
Noticed by Tommi Virtanen.
My imagination is insufficient in coming up with an uglier kludge, and
I sincerely hope my name isn't associated with this in any way.
I have no problems deleting your name from the commit message. None at
all. Even if you actually did notice the issue.
I do disagree with you that it is a kludge though. I think it makes
complete sense to add this to Documentation/git.txt in addition to other
documentation that is lacking from my patch, though:
-- snip --
-c <command>::
execute <command> in git-shell.
-- snap --
Ciao,
Dscho