Merge branch 'mh/notes-string-list'
commit6050b5bca0f6d94d1d171d60b64ace87651383a1
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Nov 2012 18:24:53 +0000 (15 10:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Nov 2012 18:24:53 +0000 (15 10:24 -0800)
tree44c3e843fbe45bc88b5aa3cb0b537f52d386a995
parent2be3d85a1c3760cba0960723ffed165f45fa36c6
parent6fa23773d2fa257cf45fb20640d6286d13ded852
Merge branch 'mh/notes-string-list'

Improve the asymptotic performance of the cat_sort_uniq notes merge
strategy.

* mh/notes-string-list:
  string_list_add_refs_from_colon_sep(): use string_list_split()
  notes: fix handling of colon-separated values
  combine_notes_cat_sort_uniq(): sort and dedup lines all at once
  Initialize sort_uniq_list using named constant
  string_list: add a function string_list_remove_empty_items()
notes.c