forked from TrueCloudLab/restic
32e61f2620
Co-authored-by: greatroar <61184462+greatroar@users.noreply.github.com>
10 lines
427 B
Text
10 lines
427 B
Text
Bugfix: Never lock repository for `list locks`
|
|
|
|
The `list locks` command previously locked to the repository by default. This
|
|
has the problem that it won't work for an exclusively locked repository and
|
|
that the command will also display its own lock file which can be confusing.
|
|
|
|
Now, the `list locks` command never locks the repository.
|
|
|
|
https://github.com/restic/restic/issues/1106
|
|
https://github.com/restic/restic/pull/3665
|