commit | d2d68d9975da4a15dfca0e6e59001948e5bf57f9 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.keller@gmail.com> | Mon Aug 17 14:33:33 2015 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Aug 17 15:38:54 2015 -0700 |
tree | f72d519b0d953932d25a8095a504e814d2ffc871 | |
parent | 11dd2b2e9a3303bd1e32fd2ee95ec5dff38d9d47 [diff] |
notes: add notes.mergeStrategy option to select default strategy 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>