Re: libssh2 with git

2009-05-25 Thread Daniel Stenberg
On Mon, 25 May 2009, Tor Arntsen wrote: > So presumably you have your own cloned repo which you work in (just as the > rest of us), where you commit, and then push? Exactly. > In that case, there's a nice trick - if you after a commit find that a > comment should be fixed or there's some other

Re: libssh2 with git

2009-05-25 Thread Tor Arntsen
On Mon, May 25, 2009 at 11:50, Daniel Stenberg wrote: > On Mon, 25 May 2009, Tor Arntsen wrote: > >>> So you checkout from here   => git://git.stuge.se/libssh2.git >> >> Hi, for my own curiosity (mostly - because it'll have an impact on the >> 'allow push' discussion too), is this repo a 'bare' (o

Re: libssh2 with git

2009-05-25 Thread Peter Stuge
Tor Arntsen wrote: > > So you checkout from here   => git://git.stuge.se/libssh2.git > > is this repo a 'bare' (or 'naked') repo? Yep. //Peter -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is

Re: libssh2 with git

2009-05-25 Thread Daniel Stenberg
On Mon, 25 May 2009, Tor Arntsen wrote: So you checkout from here   => git://git.stuge.se/libssh2.git Hi, for my own curiosity (mostly - because it'll have an impact on the 'allow push' discussion too), is this repo a 'bare' (or 'naked') repo? Or is it the one you're working directly in? Or

Re: libssh2 with git

2009-05-25 Thread Tor Arntsen
On Wed, May 20, 2009 at 14:44, Daniel Stenberg wrote: > Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here   => git://git.stuge.se/libssh2.git [...] Hi, for my own curiosity (mostly - because it'll hav

Re: libssh2 with git

2009-05-22 Thread Peter Stuge
Hi, Yang Tse wrote: > > > Would it be possible to somehow have commitdiff's or diffs > > > between versions show up on the web interface as full-file > > > dif's? > > Something like what is described on the following thread: > > http://kerneltrap.org/index.php?q=mailarchive/git/2007/9/19/270357/

Re: libssh2 with git

2009-05-22 Thread Yang Tse
Hi Peter, 2009/5/22, Peter Stuge wrote: > Yang Tse wrote: > > Would it be possible to somehow have commitdiff's or diffs between > > versions show up on the web interface as full-file dif's? > > I'm sorry, but I'm not sure I understand exactly what you are > requesting here. Can you please clarif

Re: libssh2 with git

2009-05-22 Thread Mikhail Gusarov
Twas brillig at 22:11:59 22.05.2009 UTC+02 when dan...@haxx.se did gyre and gimble: DS> I think I'll prefer to mimic the previous way of working for now, DS> so that all existing committers can be given git push access to DS> this master repo. Anything need to be done for this? Though I'm f

Re: libssh2 with git

2009-05-22 Thread Daniel Stenberg
On Fri, 22 May 2009, Peter Stuge wrote: > Anyone who should be able to push can get access. I could also make > an experimental repo or two if someone wants me to host a sandbox. > > Another possible workflow is to work in a separate repo and send pull > requests to Daniel when happy, he then pul

Re: libssh2 with git

2009-05-22 Thread Peter Stuge
Hello Yang, Yang Tse wrote: > Would it be possible to somehow have commitdiff's or diffs between > versions show up on the web interface as full-file dif's? I'm sorry, but I'm not sure I understand exactly what you are requesting here. Can you please clarify a little? > IMO Many times just the

Re: libssh2 with git

2009-05-22 Thread Yang Tse
Hi, Would it be possible to somehow have commitdiff's or diffs between versions show up on the web interface as full-file dif's? IMO Many times just the colored diff -u is less usefull than the whole file diff. Or is this standard when using git? Thanks, -- -=[Yang]=-

Re: libssh2 with git

2009-05-22 Thread Peter Stuge
Grigory Grubsky wrote: > > it is possible to clone also from http:// URLs > > Wow! Now it works for me. > Very swiftly. Thanks. Great! Thanks. //Peter -- Register Now for Creativity and Technology (CaT), June 3rd, NYC.

Re: libssh2 with git

2009-05-22 Thread Grigory Grubsky
On Fri, May 22, 2009 at 4:47 PM, Peter Stuge wrote: > Grigory Grubsky wrote: > > > So you checkout from here => git://git.stuge.se/libssh2.git > > > And browse with gitweb here => http://git.stuge.se/ > > > > # GIT_CURL_VERBOSE=1 git clone http://git.stuge.se/libssh2.git > > I foresee this beco

Re: libssh2 with git

2009-05-22 Thread Peter Stuge
Grigory Grubsky wrote: > > Can you try cloning using git:// instead of http:// ? > > I found the only one way to work with git through proxy. It > requires the changing protocol-prefix. It requires special support on the server side. I have now made the neccessary changes in the configuration, so

Re: libssh2 with git

2009-05-22 Thread Grigory Grubsky
On Fri, May 22, 2009 at 3:48 PM, Peter Stuge wrote: > Hi Grigory, > > Grigory Grubsky wrote: > > > So you checkout from here => git://git.stuge.se/libssh2.git > > > > But now I have the trouble: > > > > # GIT_CURL_VERBOSE=1 git clone http://git.stuge.se/libssh2.git > > Can you try cloning using

Re: libssh2 with git

2009-05-22 Thread Peter Stuge
Grigory Grubsky wrote: > > So you checkout from here => git://git.stuge.se/libssh2.git > > And browse with gitweb here => http://git.stuge.se/ > > # GIT_CURL_VERBOSE=1 git clone http://git.stuge.se/libssh2.git I foresee this becoming a recurring report, so I have now made it so that it is possi

Re: libssh2 with git

2009-05-22 Thread Peter Stuge
Alexander Lamaison wrote: > > git repo available via CVS > > How many need it? > > I don't really need it. Was being greedy. If it were trivial to > set up then fair enough but otherwise I will cope. Not trivial, there is a frontend, but it requires some configuration and special handling, and

Re: libssh2 with git

2009-05-22 Thread Alexander Lamaison
2009/5/22 Peter Stuge : > There was a question about making the git repo available via CVS > protocol and if there is some demand for that I could set it up. > I think that will be read only though, and I don't know how motivated > I am to do it if it will not be widely used. How many need it? I d

Re: libssh2 with git

2009-05-22 Thread Peter Stuge
Simon Josefsson wrote: > > I've switched to git for my libssh2 development, kindly setup and > > handled by Peter Stuge for our pleasure. > > Will it be possible for others to commit? Anyone who should be able to push can get access. I could also make an experimental repo or two if someone wants

Re: libssh2 with git

2009-05-22 Thread Peter Stuge
Hi Grigory, Grigory Grubsky wrote: > > So you checkout from here => git://git.stuge.se/libssh2.git > > But now I have the trouble: > > # GIT_CURL_VERBOSE=1 git clone http://git.stuge.se/libssh2.git Can you try cloning using git:// instead of http:// ? //Peter --

Re: libssh2 with git

2009-05-22 Thread Grigory Grubsky
On Wed, May 20, 2009 at 4:44 PM, Daniel Stenberg wrote: > Hey > > I've switched to git for my libssh2 development, kindly setup and handled > by > Peter Stuge for our pleasure. > > So you checkout from here => git://git.stuge.se/libssh2.git > And browse with gitweb here => http://git.stuge.se/

Re: libssh2 with git

2009-05-20 Thread Simon Josefsson
Daniel Stenberg writes: > Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here => git://git.stuge.se/libssh2.git > And browse with gitweb here => http://git.stuge.se/ Will it be possible for others t

Re: libssh2 with git

2009-05-20 Thread Alexander Lamaison
2009/5/20 Daniel Stenberg : > Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here   => git://git.stuge.se/libssh2.git > And browse with gitweb here => http://git.stuge.se/ Back in the day when we were di

Re: libssh2 with git

2009-05-20 Thread Tor Arntsen
On Wed, May 20, 2009 at 14:44, Daniel Stenberg wrote> Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here   => git://git.stuge.se/libssh2.git > And browse with gitweb here => http://git.stuge.se/ Looks