Re: git clone --depth and git describe

2013-05-10 Thread Duy Nguyen
On Fri, May 10, 2013 at 3:42 PM, Ruediger Meier wrote: > On Friday 10 May 2013, Duy Nguyen wrote: >> On Fri, May 10, 2013 at 6:07 AM, Ruediger Meier > wrote: >> > Hi, >> > >> > I have a use case where I'd like to improve performance using "git >> > clone --depth". But I also need "git describe" w

Re: git clone --depth and git describe

2013-05-10 Thread Ruediger Meier
On Friday 10 May 2013, Duy Nguyen wrote: > On Fri, May 10, 2013 at 6:07 AM, Ruediger Meier wrote: > > Hi, > > > > I have a use case where I'd like to improve performance using "git > > clone --depth". But I also need "git describe" working on that > > clone. > > > > So something like > > git clo

Re: git clone --depth and git describe

2013-05-09 Thread Duy Nguyen
On Fri, May 10, 2013 at 6:07 AM, Ruediger Meier wrote: > Hi, > > I have a use case where I'd like to improve performance using "git > clone --depth". But I also need "git describe" working on that clone. > > So something like > git clone --depth=describable > would be nice to have. What does --d

git clone --depth and git describe

2013-05-09 Thread Ruediger Meier
Hi, I have a use case where I'd like to improve performance using "git clone --depth". But I also need "git describe" working on that clone. So something like git clone --depth=describable would be nice to have. Would it be possible to add such feature? cu, Rudi -- To unsubscribe from this li