Merge branch 'mh/alt-odb-string-list-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2012 18:34:08 +0000 (10:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2012 18:34:09 +0000 (10:34 -0800)
Cleanups in the alternates code. Fixes a potential bug and makes the
code much cleaner.

* mh/alt-odb-string-list-cleanup:
link_alt_odb_entries(): take (char *, len) rather than two pointers
link_alt_odb_entries(): use string_list_split_in_place()

Trivial merge