notes: extract enum notes_merge_strategy to notes-utils.h
authorJacob Keller <jacob.keller@gmail.com>
Mon, 17 Aug 2015 21:33:30 +0000 (14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Aug 2015 22:36:23 +0000 (15:36 -0700)
A future patch will extract parsing of the --strategy string into a
helper function in notes.c and will require the enumeration definition.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found