Re: [PATCH 2/2] bundle: keep a copy of bundle file name in the in-core bundle header

2016-03-02 Thread Junio C Hamano
Jeff King writes: > On Tue, Mar 01, 2016 at 03:36:26PM -0800, Junio C Hamano wrote: > >> This will be necessary when we start reading from a split bundle >> where the header and the thin-pack data live in different files. >> >> The in-core bundle header will read from a file that has the header,

Re: [PATCH 2/2] bundle: keep a copy of bundle file name in the in-core bundle header

2016-03-02 Thread Jeff King
On Tue, Mar 01, 2016 at 03:36:26PM -0800, Junio C Hamano wrote: > This will be necessary when we start reading from a split bundle > where the header and the thin-pack data live in different files. > > The in-core bundle header will read from a file that has the header, > and will record the path

[PATCH 2/2] bundle: keep a copy of bundle file name in the in-core bundle header

2016-03-01 Thread Junio C Hamano
This will be necessary when we start reading from a split bundle where the header and the thin-pack data live in different files. The in-core bundle header will read from a file that has the header, and will record the path to that file. We would find the name of the file that hosts the thin-pack