• Show log

    Commit

  • Hash : 359240b6
    Author : Edward Thomson
    Date : 2022-02-11T17:56:05

    diff: indicate when the file size is "valid" When we know the file size (because we're producing it from a working directory iterator, or an index with an up-to-date cache) then set a flag indicating as such. This removes the ambiguity about a 0 file size, which could indicate that a file exists and is 0 bytes, or that we haven't read it yet.