gitbutler/crates/gitbutler-core
Sebastian Thiel 6665bc9289
Use a temp-file to write new content atomically in storage layer (#2807)
This will prevent half-written content on disk in case the write is interrupted.

Lock files are *not* used as the assumption is that a lock is held centrally.
2024-04-24 10:38:48 +02:00
..
src Use a temp-file to write new content atomically in storage layer (#2807) 2024-04-24 10:38:48 +02:00
tests Use a temp-file to write new content atomically in storage layer (#2807) 2024-04-24 10:38:48 +02:00
Cargo.toml Strongly type the hunk-hash to avoid String, but remain compatible. 2024-04-21 11:35:25 +02:00