From: Kjetil Barvik Date: Mon, 9 Feb 2009 20:54:08 +0000 (+0100) Subject: create_directories(): remove some memcpy() and strchr() calls X-Git-Tag: v1.6.3-rc0~147^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/81a9aa60a193f1181149b69920930e15c4e34059?hp=81a9aa60a193f1181149b69920930e15c4e34059 create_directories(): remove some memcpy() and strchr() calls Remove the call to memcpy() and strchr() for each path component tested, and instead add each path component as we go forward inside the while-loop. Impact: small optimisation Signed-off-by: Kjetil Barvik Signed-off-by: Junio C Hamano ---