]> git.ipfire.org Git - thirdparty/git.git/commit - notes.c
string_list_add_refs_from_colon_sep(): use string_list_split()
authorMichael Haggerty <mhagger@alum.mit.edu>
Sun, 4 Nov 2012 07:07:10 +0000 (08:07 +0100)
committerJeff King <peff@peff.net>
Thu, 8 Nov 2012 16:34:44 +0000 (11:34 -0500)
commit6fa23773d2fa257cf45fb20640d6286d13ded852
tree7cdce071dfe93dca9d7252189e69d08857b5dced
parent031954d443668f6ea771e389c4137628d242c2d8
string_list_add_refs_from_colon_sep(): use string_list_split()

It makes for simpler code than strbuf_split().

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Jeff King <peff@peff.net>
notes.c