git-annex/Backend
Joey Hess 8844372c23
remove doesPathExist check in checkKeyCheckSum
Before commit c565340adc,
it was statting the file in order to get its size, which was needed to
use an external hasher. In that commit since it no longer needed the
stat, I made it check doesPathExist since the old code implicitly
checked if the file existed. But that is not necessary, this should only
be ever called on files that exist.
2024-05-12 21:31:58 -04:00
..
VURL implement VURL to URL migration 2024-03-01 17:01:27 -04:00
External.hs startExternalAddonProcess add parameters 2024-04-17 13:09:10 -04:00
Hash.hs remove doesPathExist check in checkKeyCheckSum 2024-05-12 21:31:58 -04:00
URL.hs implement URL to VURL migration 2024-03-01 16:42:02 -04:00
Utilities.hs annex.maxextensions configuration 2024-04-18 14:23:38 -04:00
Variety.hs implement URL to VURL migration 2024-03-01 16:42:02 -04:00
VURL.hs run codespell throughout fixing typos automagically 2024-05-01 15:46:21 -04:00
WORM.hs implement URL to VURL migration 2024-03-01 16:42:02 -04:00