From: Elijah Newren Date: Wed, 15 Aug 2018 17:54:07 +0000 (-0700) Subject: Move definition of enum branch_track from cache.h to branch.h X-Git-Tag: v2.19.0-rc0~9^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e730b81df6bff6f78ecd705a1f8e5df48cac75ca?ds=inline;hp=e730b81df6bff6f78ecd705a1f8e5df48cac75ca Move definition of enum branch_track from cache.h to branch.h '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. Reviewed-by: Jonathan Nieder Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano ---