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
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
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
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
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
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/
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
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
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
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
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]=-
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.
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
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
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
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
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
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
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
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
--
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/
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
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
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
24 matches
Mail list logo