Skip to content
  • Junio C Hamano's avatar
    read-cache: tweak racy-git delay logic · 6015c28b
    Junio C Hamano authored
    
    
    Instead of looping over the entries and writing out, use a
    separate loop after all entries have been written out to check
    how many entries are racily clean.  Make sure that the newly
    created index file gets the right timestamp when we check by
    flushing the buffered data by ce_write().
    
    Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
    6015c28b