diff options
author | Elijah Newren <newren@gmail.com> | 2018-08-15 10:54:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-15 11:52:09 -0700 |
commit | e730b81df6bff6f78ecd705a1f8e5df48cac75ca (patch) | |
tree | d1111c9052968dce95ad7a59943a44f25001825b /notes-cache.c | |
parent | alloc: make allocate_alloc_state and clear_alloc_state more consistent (diff) | |
download | tgif-e730b81df6bff6f78ecd705a1f8e5df48cac75ca.tar.xz |
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 <jrnieder@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'notes-cache.c')
0 files changed, 0 insertions, 0 deletions