cache_tree_find(): find the end of path component using strchrnul()
commit17e22ddc1c34858beece1b090b392d7c73d1c0a3
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 5 Mar 2014 17:26:26 +0000 (5 18:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2014 20:33:30 +0000 (5 12:33 -0800)
tree3a4b775a9f282b96c3657a48ef9a6bb81cc9e65a
parent72c378d8a618b9a57e4edf12700c51b0af86f124
cache_tree_find(): find the end of path component using strchrnul()

Suggested-by: Junio Hamano <gitster@pobox.com>
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache-tree.c