Re: Making note, in the repository, of push/pull relationships

2005-08-16 Thread Carl Baldwin
On Tue, Aug 16, 2005 at 02:09:08PM -0700, Junio C Hamano wrote: > And presumably you have .git/branches/myremotebranch file that > says something like "master.kernel.org:/pub/scm/git/git.git". > Or should the last line of relationships file be spelled just > push:master:ko-master? Oops, I did inte

Re: Making note, in the repository, of push/pull relationships

2005-08-16 Thread Junio C Hamano
Carl Baldwin <[EMAIL PROTECTED]> writes: > If I may, let me give an example of something I think could serve the > purpose a little more simply and generically. > > Let's say I start with the following: > % ls .git/refs/heads > master > mylocalbranch > myremotebranch > ko-master > % cat .git/branc

Re: Making note, in the repository, of push/pull relationships

2005-08-16 Thread Johannes Schindelin
Hi, On Tue, 16 Aug 2005, Carl Baldwin wrote: > So, just a question. What, exactly, is meant by 'cross-pulling'? When I say "cross-pulling" I mean that a branch is pulled from a remote repository, where the named head is called "a", but that reference is pulled into the local branch whose head

Re: Making note, in the repository, of push/pull relationships

2005-08-16 Thread Carl Baldwin
On Mon, Aug 15, 2005 at 05:18:43PM -0700, Junio C Hamano wrote: > If you are referring to what I said about the user having some > control over both ends hence it should be possible to arrange to > use the same name on both ends to reduce mental burden, Pasky > and others convinced me otherwise dur

Re: Making note, in the repository, of push/pull relationships

2005-08-16 Thread Carl Baldwin
On Tue, Aug 16, 2005 at 12:49:33AM +0200, Johannes Schindelin wrote: > Hi, > > On Mon, 15 Aug 2005, Carl Baldwin wrote: > > > Somewhere in the thread something was mentioned about maintaining > > : pairs in the git repository when pushes > > and pulls are performed. I think the argument was actu

Re: Making note, in the repository, of push/pull relationships

2005-08-15 Thread Junio C Hamano
Carl Baldwin <[EMAIL PROTECTED]> writes: > Somewhere in the thread something was mentioned about maintaining > : pairs in the git repository when pushes > and pulls are performed. I think the argument was actually against > keeping this information and ultimately against allowing pushes to a > br

Re: Making note, in the repository, of push/pull relationships

2005-08-15 Thread Johannes Schindelin
Hi, On Mon, 15 Aug 2005, Carl Baldwin wrote: > Somewhere in the thread something was mentioned about maintaining > : pairs in the git repository when pushes > and pulls are performed. I think the argument was actually against > keeping this information and ultimately against allowing pushes to a