Re: [PATCH v5 14/15] fast-export: make sure updated refs get updated

2012-11-21 Thread Junio C Hamano
Max Horn writes: > On 11.11.2012, at 14:59, Felipe Contreras wrote: > >> When an object has already been exported (and thus is in the marks) it's >> flagged as SHOWN, so it will not be exported again, even if in a later >> time it's exported through a different ref. >> >> We don't need the objec

Re: [PATCH v5 14/15] fast-export: make sure updated refs get updated

2012-11-11 Thread Max Horn
On 11.11.2012, at 14:59, Felipe Contreras wrote: > When an object has already been exported (and thus is in the marks) it's > flagged as SHOWN, so it will not be exported again, even if in a later > time it's exported through a different ref. > > We don't need the object to be exported again, bu

[PATCH v5 14/15] fast-export: make sure updated refs get updated

2012-11-11 Thread Felipe Contreras
When an object has already been exported (and thus is in the marks) it's flagged as SHOWN, so it will not be exported again, even if in a later time it's exported through a different ref. We don't need the object to be exported again, but we want the ref updated, which doesn't happen. Since we ca