On 2/23/2023 3:05 AM, Elijah Newren via GitGitGadget wrote: > From: Elijah Newren <newren@xxxxxxxxx> > > These defines and enum are all oid-related and as such seem to make > more sense being included in hash.h. Further, moving them there > allows us to remove some includes of cache.h in other files. > diff --git a/line-log.h b/line-log.h > index 82ae8d98a40..adff361b1bc 100644 > --- a/line-log.h > +++ b/line-log.h > @@ -5,6 +5,7 @@ > > struct rev_info; > struct commit; > +struct string_list; > > /* A range [start,end]. Lines are numbered starting at 0, and the > * ranges include start but exclude end. */ This hunk seems unrelated to the current patch. Perhaps misplaced? Thanks, -Stolee