Re: [PATCH v7 p2 1/2] fast-export: don't handle uninteresting refs

2012-12-01 Thread Junio C Hamano
Felipe Contreras writes: > On Thu, Nov 29, 2012 at 2:16 AM, Max Horn wrote: >> >> On 28.11.2012, at 23:23, Felipe Contreras wrote: >> >>> They have been marked as UNINTERESTING for a reason, lets respect that. >>> >>> Currently the first ref is handled properly, but not the rest: >>> >>> % git

Re: [PATCH v7 p2 1/2] fast-export: don't handle uninteresting refs

2012-11-29 Thread Felipe Contreras
On Thu, Nov 29, 2012 at 2:16 AM, Max Horn wrote: > > On 28.11.2012, at 23:23, Felipe Contreras wrote: > >> They have been marked as UNINTERESTING for a reason, lets respect that. >> >> Currently the first ref is handled properly, but not the rest: >> >> % git fast-export master ^uninteresting ^fo

Re: [PATCH v7 p2 1/2] fast-export: don't handle uninteresting refs

2012-11-28 Thread Max Horn
On 28.11.2012, at 23:23, Felipe Contreras wrote: > They have been marked as UNINTERESTING for a reason, lets respect that. > > Currently the first ref is handled properly, but not the rest: > > % git fast-export master ^uninteresting ^foo ^bar All these refs are assumed to point to the same o

[PATCH v7 p2 1/2] fast-export: don't handle uninteresting refs

2012-11-28 Thread Felipe Contreras
They have been marked as UNINTERESTING for a reason, lets respect that. Currently the first ref is handled properly, but not the rest: % git fast-export master ^uninteresting ^foo ^bar reset refs/heads/bar from :0 reset refs/heads/foo from :0 reset refs/heads/uninteresting from :0