Re: [PATCHv2 3/6] Move definition of enum branch_track from cache.h to branch.h

2018-08-11 Thread Ramsay Jones
On 11/08/18 21:50, Elijah Newren wrote: > 'branch_track' feels more closely related to branching, and it is > needed later in branch.h; rather than #include'ing cache.h in branch.h > for this small enum, just move the enum and the external declaration > for git_branch_track to branch.h. > >

[PATCHv2 3/6] Move definition of enum branch_track from cache.h to branch.h

2018-08-11 Thread Elijah Newren
'branch_track' feels more closely related to branching, and it is needed later in branch.h; rather than #include'ing cache.h in branch.h for this small enum, just move the enum and the external declaration for git_branch_track to branch.h. Signed-off-by: Elijah Newren --- branch.h | 11