Re: [PATCH v6 06/10] fast-export: add new --refspec option

2014-04-23 Thread Felipe Contreras
Hi, Sorry it took too long to reply to this. Junio C Hamano wrote: > Felipe Contreras writes: > > > Junio C Hamano wrote: > >> Junio C Hamano writes: > >> > Felipe Contreras writes: > > > >> But it does not have to stay that way. In order to move things > >> forward in that direction, this n

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-12-09 Thread Junio C Hamano
Junio C Hamano writes: > A refspec consists of one or more elements, each of which has > right and left hand side separated by a colon, i.e. RHS:LHS, and > > 1) is determined by the RHS > 2-a) is determined by the LHS > 2-b) is determined by the correspondence between RHS-to-LHS. Heh, I got m

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-12-09 Thread Junio C Hamano
Felipe Contreras writes: > Junio C Hamano wrote: >> Junio C Hamano writes: >> > Felipe Contreras writes: > >> But it does not have to stay that way. In order to move things >> forward in that direction, this new configuration has to be >> distinguishable from the traditional "refspec", as it e

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-12-07 Thread Felipe Contreras
Junio C Hamano wrote: > Junio C Hamano writes: > > Felipe Contreras writes: > But it does not have to stay that way. In order to move things > forward in that direction, this new configuration has to be > distinguishable from the traditional "refspec", as it embodies a > different concept. Is

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Junio C Hamano
Junio C Hamano writes: > Felipe Contreras writes: > >> Does it? >> >> % git config remote.origin.fetch '+refs/heads/*:refs/remotes-test/origin/*' >> % git fetch origin master >> From /home/felipec/dev/git >> * branchmaster -> FETCH_HEAD >> * [new branch] master ->

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Felipe Contreras
Junio C Hamano wrote: > Felipe Contreras writes: > > > Does it? > > > > % git config remote.origin.fetch '+refs/heads/*:refs/remotes-test/origin/*' > > % git fetch origin master > > From /home/felipec/dev/git > > * branchmaster -> FETCH_HEAD > > * [new branch] master

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Junio C Hamano
Felipe Contreras writes: > Does it? > > % git config remote.origin.fetch '+refs/heads/*:refs/remotes-test/origin/*' > % git fetch origin master > From /home/felipec/dev/git > * branchmaster -> FETCH_HEAD > * [new branch] master -> refs/remotes-test/origin/master >

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Felipe Contreras
Richard Hansen wrote: > On 2013-11-11 18:50, Felipe Contreras wrote: > > On Mon, Nov 11, 2013 at 5:25 PM, Junio C Hamano wrote: > >> Felipe Contreras writes: > >> > >>> So that we can convert the exported ref names. > >>> > >>> Signed-off-by: Felipe Contreras > >>> --- > >> > >> I thought that t

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-12 Thread Junio C Hamano
Richard Hansen writes: >>> I thought that the discussion agreed this option should not be >>> called --refspec but something like --refmap? >> >> I don't know what you agreed to, > > http://article.gmane.org/gmane.comp.version-control.git/237473 Yup, that was what I had in mind. >> but I didn'

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-11 Thread Richard Hansen
On 2013-11-11 18:50, Felipe Contreras wrote: > On Mon, Nov 11, 2013 at 5:25 PM, Junio C Hamano wrote: >> Felipe Contreras writes: >> >>> So that we can convert the exported ref names. >>> >>> Signed-off-by: Felipe Contreras >>> --- >> >> I thought that the discussion agreed this option should no

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-11 Thread Felipe Contreras
On Mon, Nov 11, 2013 at 5:25 PM, Junio C Hamano wrote: > Felipe Contreras writes: > >> So that we can convert the exported ref names. >> >> Signed-off-by: Felipe Contreras >> --- > > I thought that the discussion agreed this option should not be > called --refspec but something like --refmap? I

Re: [PATCH v6 06/10] fast-export: add new --refspec option

2013-11-11 Thread Junio C Hamano
Felipe Contreras writes: > So that we can convert the exported ref names. > > Signed-off-by: Felipe Contreras > --- I thought that the discussion agreed this option should not be called --refspec but something like --refmap? -- To unsubscribe from this list: send the line "unsubscribe git" in t