2024-07-22 22:19:22 +00:00
|
|
|
Bugfix: Correct `--no-lock` handling of `ls` and `tag` commands
|
2024-03-28 22:46:58 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
The `ls` command never locked the repository. This has now been fixed, with the
|
|
|
|
old behavior still being supported using `ls --no-lock`. The latter invocation
|
|
|
|
also works with older restic versions.
|
2024-03-28 22:46:58 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
The `tag` command erroneously accepted the `--no-lock` command. This command
|
2024-03-28 22:46:58 +00:00
|
|
|
now always requires an exclusive lock.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/4709
|