git-lock

Crates.iogit-lock
lib.rsgit-lock
version3.0.3
sourcesrc
created_at2021-06-17 03:04:17.648617
updated_at2023-02-17 08:57:47.231039
descriptionPlease use `gix-` instead ('git' -> 'gix')
homepage
repositoryhttps://github.com/Byron/gitoxide
max_upload_size
id411122
size61,463
Sebastian Thiel (Byron)

documentation

README

Use lock-files in the way git does with auto-cleanup being the most notable feature.

  • writable lock files that can be committed to atomically replace the resource they lock
  • read-only markers that lock a resource without the intend to overwrite it
  • auto-removal of the lockfiles and intermediate directories on drop or on signal
Commit count: 12542

cargo fmt