Commit 7132150ddf7a883c1f12a89c2518c1a07c0dc94c

Carlos Martín Nieto 2015-11-14T23:46:21

tree: avoid advancing over the filename multiple times We've already looked at the filename with `memchr()` and then used `strlen()` to allocate the entry. We already know how much we have to advance to get to the object id, so add the filename length instead of looking at each byte again.