Re: Re: Re: Add "clone" support to lntree

2005-04-18 Thread Petr Baudis
For the record, mostly... (this is how it already is in git-pasky-0.5) Dear diary, on Sun, Apr 17, 2005 at 02:07:36AM CEST, I got a letter where Daniel Barkalow <[EMAIL PROTECTED]> told me that... > > Now, what about git branch and git update for switching between > > branches? I think this is the

Re: Re: Re: Add "clone" support to lntree

2005-04-16 Thread Daniel Barkalow
On Sun, 17 Apr 2005, Petr Baudis wrote: > Dear diary, on Sat, Apr 16, 2005 at 05:17:00AM CEST, I got a letter > where Daniel Barkalow <[EMAIL PROTECTED]> told me that... > > On Sat, 16 Apr 2005, Petr Baudis wrote: > > > > > Dear diary, on Sat, Apr 16, 2005 at 04:47:55AM CEST, I got a letter > > >

Re: Re: Re: Add "clone" support to lntree

2005-04-16 Thread Petr Baudis
Dear diary, on Sun, Apr 17, 2005 at 01:07:35AM CEST, I got a letter where Daniel Barkalow <[EMAIL PROTECTED]> told me that... > > Actually, what about if git pull outside of repository did what git > > clone does now? I'd kinda like clone instead of fork too. > > This seems like the best solution

Re: Re: Re: Add "clone" support to lntree

2005-04-16 Thread Petr Baudis
Dear diary, on Sat, Apr 16, 2005 at 05:17:00AM CEST, I got a letter where Daniel Barkalow <[EMAIL PROTECTED]> told me that... > On Sat, 16 Apr 2005, Petr Baudis wrote: > > > Dear diary, on Sat, Apr 16, 2005 at 04:47:55AM CEST, I got a letter > > where Petr Baudis <[EMAIL PROTECTED]> told me that..

Re: Re: Add "clone" support to lntree

2005-04-16 Thread Daniel Barkalow
On Sun, 17 Apr 2005, Petr Baudis wrote: > Dear diary, on Sat, Apr 16, 2005 at 05:06:54AM CEST, I got a letter > where Daniel Barkalow <[EMAIL PROTECTED]> told me that... > > > I think "fork" is as good as anything for describing the operation. I had > > thought about "clone" because it seemed to f

Re: Re: Add "clone" support to lntree

2005-04-16 Thread Petr Baudis
Dear diary, on Sat, Apr 16, 2005 at 05:06:54AM CEST, I got a letter where Daniel Barkalow <[EMAIL PROTECTED]> told me that... > On Sat, 16 Apr 2005, Petr Baudis wrote: > > I'm sorry but you are late, I added it about a hour and half ago or so. > > :-) Check git fork. (I *want* separate command than

Re: Re: Re: Add "clone" support to lntree

2005-04-16 Thread Petr Baudis
Dear diary, on Sat, Apr 16, 2005 at 05:16:12AM CEST, I got a letter where Linus Torvalds <[EMAIL PROTECTED]> told me that... > On Sat, 16 Apr 2005, Petr Baudis wrote: > > > > I'm wondering, whether each tree should be fixed to a certain branch. > > I'm wondering why you talk about "branches" at a

Re: Re: Add "clone" support to lntree

2005-04-15 Thread Daniel Barkalow
On Sat, 16 Apr 2005, Petr Baudis wrote: > Dear diary, on Sat, Apr 16, 2005 at 04:47:55AM CEST, I got a letter > where Petr Baudis <[EMAIL PROTECTED]> told me that... > > git branch --- creates a branch from a given commit > > (when passed empty commit, creates a branch > >

Re: Re: Add "clone" support to lntree

2005-04-15 Thread Linus Torvalds
On Sat, 16 Apr 2005, Petr Baudis wrote: > > I'm wondering, whether each tree should be fixed to a certain branch. I'm wondering why you talk about "branches" at all. No such thing should exist. There are no branches. There are just repositories. You can track somebody elses repository, but yo

Re: Re: Add "clone" support to lntree

2005-04-15 Thread Petr Baudis
Dear diary, on Sat, Apr 16, 2005 at 04:47:55AM CEST, I got a letter where Petr Baudis <[EMAIL PROTECTED]> told me that... > git branch --- creates a branch from a given commit > (when passed empty commit, creates a branch > from the current commit a