Thread: ssh url format at git.postgresql.org

ssh url format at git.postgresql.org

From
Heikki Linnakangas
Date:
It took me quote a while to figure out that the ssh URLs at
git.postgresql.org are of form:
ssh://git@git.postgresql.org/<repository name>.git

We should add a notice to the help page about that.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


Re: ssh url format at git.postgresql.org

From
Peter Eisentraut
Date:
On Monday 06 July 2009 17:12:16 Heikki Linnakangas wrote:
> It took me quote a while to figure out that the ssh URLs at
> git.postgresql.org are of form:
>
>  ssh://git@git.postgresql.org/<repository name>.git
>
> We should add a notice to the help page about that.

gitweb can actually be configured to display this right below the pull URL, so 
it should just be a one-liner in some configuration file somewhere.  (The file 
in question is in pmt, I gather.)


Re: ssh url format at git.postgresql.org

From
Magnus Hagander
Date:
On Tue, Jul 7, 2009 at 08:41, Peter Eisentraut<peter_e@gmx.net> wrote:
> On Monday 06 July 2009 17:12:16 Heikki Linnakangas wrote:
>> It took me quote a while to figure out that the ssh URLs at
>> git.postgresql.org are of form:
>>
>>  ssh://git@git.postgresql.org/<repository name>.git
>>
>> We should add a notice to the help page about that.
>
> gitweb can actually be configured to display this right below the pull URL, so
> it should just be a one-liner in some configuration file somewhere.  (The file
> in question is in pmt, I gather.)

I've made this change, it is now on the gitweb page. I will also add
it to the help page.


-- Magnus HaganderSelf: http://www.hagander.net/Work: http://www.redpill-linpro.com/