Re: [PATCH] send-pack: don't send a thin pack when the server doesn't support it

2013-10-08 Thread Carlos Martin Nieto
Duy Nguyen writes: On Tue, 2013-10-08 at 16:44 +0700, Duy Nguyen wrote: >On Tue, Oct 8, 2013 at 3:44 PM, Carlos Martín Nieto wrote: > > diff --git a/send-pack.c b/send-pack.c > > index 7d172ef..7b88ac8 100644 > > --- a/send-pack.c > > +++ b/send-pack.c > > @@ -205,6 +205,8 @@ int send_pack(struc

Re: bare vs non-bare <1.7 then >=1.7 ?

2012-11-08 Thread Carlos Martin Nieto
Mihamina Rakotomandimby writes: > Hi all, > > We're on the way to have our first project using Git. > We're currently mostly using Hg (90%) & SVN (10%). > > When experimenting in order to train some colleagues, I saw that If I > clone a repository, I couldn't push to it because it was a non-bare