Re: [PATCH 07/10] fast-export: ensure we export requested refs

2018-11-11 Thread Elijah Newren
On Sat, Nov 10, 2018 at 11:02 PM Jeff King wrote: > > On Sat, Nov 10, 2018 at 10:23:09PM -0800, Elijah Newren wrote: > > > If file paths are specified to fast-export and a ref points to a commit > > that does not touch any of the relevant paths, then that ref would > > sometimes fail to be exporte

Re: [PATCH 07/10] fast-export: ensure we export requested refs

2018-11-10 Thread Jeff King
On Sat, Nov 10, 2018 at 10:23:09PM -0800, Elijah Newren wrote: > If file paths are specified to fast-export and a ref points to a commit > that does not touch any of the relevant paths, then that ref would > sometimes fail to be exported. (This depends on whether any ancestors > of the commit whi

[PATCH 07/10] fast-export: ensure we export requested refs

2018-11-10 Thread Elijah Newren
If file paths are specified to fast-export and a ref points to a commit that does not touch any of the relevant paths, then that ref would sometimes fail to be exported. (This depends on whether any ancestors of the commit which do touch the relevant paths would be exported with that same ref name