Re: ssh: send/accept GIT_* env vars

2011-05-05 Thread Elan Ruusamäe
On 04.05.2011 16:18, Kacper Kornet wrote: So if someone (glen?) can give good a good reason why the GIT_* variables are propagated in PLD it would be great. arekm already answered: To avoid a need to set all that on each remote system. On 04.05.2011 16:51, Artur Frysiak wrote: I think

Re: ssh: send/accept GIT_* env vars

2011-05-05 Thread Artur Wroblewski
On Thu, May 05, 2011 at 03:26:46PM +0300, Elan Ruusamäe wrote: On 04.05.2011 16:18, Kacper Kornet wrote: So if someone (glen?) can give good a good reason why the GIT_* variables are propagated in PLD it would be great. arekm already answered: To avoid a need to set all that on each

Re: ssh: send/accept GIT_* env vars

2011-05-05 Thread Tomasz Pala
On Thu, May 05, 2011 at 15:53:08 +0100, Artur Wroblewski wrote: i'm fine with that (setting up author/commiter id was the goal) even perhaps: GIT_AUTHOR_* GIT_COMMITTER_* to support future extensions so what's next? svn, qmail? i mean... why it is distro wide and not in your local

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Marcin Rybak
2011/5/3 Kacper Kornet kor...@camk.edu.pl What is the reason that GIT_ variables are copied by ssh to remote session? I mean the following line in our default /etc/ssh/ssh_config. AcceptEnv LANG LC_* LANGUAGE TZ GIT_* I have just discovered that it break at least one feature in gitolite.

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Kacper Kornet
On Wed, May 04, 2011 at 09:11:37AM +0200, Marcin Rybak wrote: 2011/5/3 Kacper Kornet kor...@camk.edu.pl What is the reason that GIT_ variables are copied by ssh to remote session? I mean the following line in our default /etc/ssh/ssh_config. AcceptEnv LANG LC_* LANGUAGE TZ GIT_* I have

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Pawel Golaszewski
On Wed, 4 May 2011, Kacper Kornet wrote: What is the reason that GIT_ variables are copied by ssh to remote session? I mean the following line in our default /etc/ssh/ssh_config. AcceptEnv LANG LC_* LANGUAGE TZ GIT_* I have just discovered that it break at least one feature in

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Bartosz Taudul
2011/5/4 Pawel Golaszewski bl...@pld-linux.org: it's private glen's config in global stuff... Shadzik, stop pretending you are blues! wolf ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Arkadiusz Miskiewicz
On Tuesday 03 of May 2011, Kacper Kornet wrote: What is the reason that GIT_ variables are copied by ssh to remote session? I mean the following line in our default /etc/ssh/ssh_config. AcceptEnv LANG LC_* LANGUAGE TZ GIT_* To avoid a need to set all that on each remote system. I have just

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Kacper Kornet
On Wed, May 04, 2011 at 11:37:16AM +0200, Arkadiusz Miskiewicz wrote: On Tuesday 03 of May 2011, Kacper Kornet wrote: What is the reason that GIT_ variables are copied by ssh to remote session? I mean the following line in our default /etc/ssh/ssh_config. AcceptEnv LANG LC_* LANGUAGE TZ

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Arkadiusz Miskiewicz
On Wednesday 04 of May 2011, Kacper Kornet wrote: On Wed, May 04, 2011 at 11:37:16AM +0200, Arkadiusz Miskiewicz wrote: On Tuesday 03 of May 2011, Kacper Kornet wrote: What is the reason that GIT_ variables are copied by ssh to remote session? I mean the following line in our default

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Kacper Kornet
On Wed, May 04, 2011 at 11:51:44AM +0200, Arkadiusz Miskiewicz wrote: On Wednesday 04 of May 2011, Kacper Kornet wrote: On Wed, May 04, 2011 at 11:37:16AM +0200, Arkadiusz Miskiewicz wrote: On Tuesday 03 of May 2011, Kacper Kornet wrote: What is the reason that GIT_ variables are copied

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Kacper Kornet
On Wed, May 04, 2011 at 11:51:44AM +0200, Arkadiusz Miskiewicz wrote: On Wednesday 04 of May 2011, Kacper Kornet wrote: On Wed, May 04, 2011 at 11:37:16AM +0200, Arkadiusz Miskiewicz wrote: On Tuesday 03 of May 2011, Kacper Kornet wrote: What is the reason that GIT_ variables are copied

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Kacper Kornet
On Wed, May 04, 2011 at 03:25:07PM +0200, Artur Frysiak wrote: On Wed, May 4, 2011 at 15:18, Kacper Kornet kor...@camk.edu.pl wrote: On Wed, May 04, 2011 at 11:51:44AM +0200, Arkadiusz Miskiewicz wrote: On Wednesday 04 of May 2011, Kacper Kornet wrote: On Wed, May 04, 2011 at 11:37:16AM

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Artur Frysiak
2011/5/4 Kacper Kornet kor...@camk.edu.pl: On Wed, May 04, 2011 at 03:25:07PM +0200, Artur Frysiak wrote: Kacper, can you provide more information? Which GIT_* variable is a problem for gitolite? It is GIT_DIR. The problem is that git clone sets GIT_DIR variable. Therefore remote git init

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Marcin Rybak
2011/5/4 Artur Frysiak wi...@pld-linux.org 2011/5/4 Kacper Kornet kor...@camk.edu.pl: On Wed, May 04, 2011 at 03:25:07PM +0200, Artur Frysiak wrote: Kacper, can you provide more information? Which GIT_* variable is a problem for gitolite? It is GIT_DIR. The problem is that git clone

Re: ssh: send/accept GIT_* env vars

2011-05-04 Thread Kacper Kornet
On Wed, May 04, 2011 at 03:51:18PM +0200, Artur Frysiak wrote: 2011/5/4 Kacper Kornet kor...@camk.edu.pl: On Wed, May 04, 2011 at 03:25:07PM +0200, Artur Frysiak wrote: Kacper, can you provide more information? Which GIT_* variable is a problem for gitolite? It is GIT_DIR. The problem is

ssh: send/accept GIT_* env vars

2011-05-03 Thread Kacper Kornet
What is the reason that GIT_ variables are copied by ssh to remote session? I mean the following line in our default /etc/ssh/ssh_config. AcceptEnv LANG LC_* LANGUAGE TZ GIT_* I have just discovered that it break at least one feature in gitolite. -- Kacper