Re: [PATCHv3 6/6] Add missing includes and forward declares

2018-08-14 Thread Jonathan Nieder
Hi, Elijah Newren wrote: > Signed-off-by: Elijah Newren > --- > bisect.h | 2 ++ > pack-objects.h | 1 + > 2 files changed, 3 insertions(+) Do you have more context about why these are in a separate commit? For pack-objects.h, I think you might be making a fix to the cc/delta-islands

[PATCHv3 6/6] Add missing includes and forward declares

2018-08-13 Thread Elijah Newren
Signed-off-by: Elijah Newren --- bisect.h | 2 ++ pack-objects.h | 1 + 2 files changed, 3 insertions(+) diff --git a/bisect.h b/bisect.h index a5d9248a47..34df209351 100644 --- a/bisect.h +++ b/bisect.h @@ -1,6 +1,8 @@ #ifndef BISECT_H #define BISECT_H +struct commit_list; + /* *