notes: add notes.mergeStrategy option to select default strategy
authorJacob Keller <jacob.keller@gmail.com>
Mon, 17 Aug 2015 21:33:33 +0000 (14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Aug 2015 22:38:54 +0000 (15:38 -0700)
Teach git-notes about "notes.mergeStrategy" to select a general strategy
for all notes merges. This enables a user to always get expected merge
strategy such as "cat_sort_uniq" without having to pass the "-s" option
manually.

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