• Show log

    Commit

  • Hash : 7132150d
    Author : Carlos Martín Nieto
    Date : 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.