• Show log

    Commit

  • Hash : 05862156
    Author : Carlos Martín Nieto
    Date : 2012-04-20T02:23:14

    tree-cache: don't error out on a childless invalidated entry The code used to assume that there had to be data after the newline in a tree cache extension entry. This isn't true for a childless invalidated entry if it's the last one, as there won't be any children nor a hash to take up space. Adapt the off-by-one comparison to also work in this case. Fixes #633.