2022-03-05 09:29:13 +00:00
|
|
|
Bugfix: Never lock repository for `list locks`
|
|
|
|
|
|
|
|
The `list locks` command previously locked to the repository by default. This
|
2022-03-25 23:15:41 +00:00
|
|
|
had the problem that it wouldn't work for an exclusively locked repository and
|
|
|
|
that the command would also display its own lock file which can be confusing.
|
2022-03-05 09:29:13 +00:00
|
|
|
|
2022-03-21 10:04:04 +00:00
|
|
|
Now, the `list locks` command never locks the repository.
|
2022-03-05 09:29:13 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/1106
|
|
|
|
https://github.com/restic/restic/pull/3665
|