Re: [PATCH] format-patch: clear UNINTERESTING flag before prepare_bases

2018-06-19 Thread Stefan Beller
On Mon, Jun 4, 2018 at 8:09 AM Xiaolong Ye wrote: > > When users specify the commit range with 'Z..C' pattern for format-patch, all > the parents of Z (including Z) would be marked as UNINTERESTING which would > prevent revision walk in prepare_bases from getting the prerequisite commits, > thus

Re: [PATCH] format-patch: clear UNINTERESTING flag before prepare_bases

2018-06-18 Thread Ye Xiaolong
Hi, Junio Could you help review this patch? Thanks, Xiaolong On 06/04, Xiaolong Ye wrote: >When users specify the commit range with 'Z..C' pattern for format-patch, all >the parents of Z (including Z) would be marked as UNINTERESTING which would >prevent revision walk in prepare_bases from

Re: [PATCH] format-patch: clear UNINTERESTING flag before prepare_bases

2018-06-04 Thread Eduardo Habkost
On Mon, Jun 04, 2018 at 11:05:43PM +0800, Xiaolong Ye wrote: > When users specify the commit range with 'Z..C' pattern for format-patch, all > the parents of Z (including Z) would be marked as UNINTERESTING which would > prevent revision walk in prepare_bases from getting the prerequisite commits,

[PATCH] format-patch: clear UNINTERESTING flag before prepare_bases

2018-06-04 Thread Xiaolong Ye
When users specify the commit range with 'Z..C' pattern for format-patch, all the parents of Z (including Z) would be marked as UNINTERESTING which would prevent revision walk in prepare_bases from getting the prerequisite commits, thus `git format-patch --base Z..C` won't be able to generate the