aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-lock.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-10 16:12:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-10 16:12:48 -0400
commit9e0360d0343575a03dce9f90e7d72c0c56deed1a (patch)
treeffc0b624843f8f71046c1d1cadc7f27b0d27d77b /doc/git-annex-lock.mdwn
parent23430aeb0b91b10e154e6610d43ae7d40595c2aa (diff)
v6 git-annex unlock
Note that the implementation uses replaceFile, so that the actual replacement of the work tree file is atomic. This seems a good property to have! It would be possible for unlock in v6 mode to be run on files that do not have their content present. However, that would be a behavior change from before, and I don't see any immediate need to support it, so I didn't implement it.
Diffstat (limited to 'doc/git-annex-lock.mdwn')
-rw-r--r--doc/git-annex-lock.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex-lock.mdwn b/doc/git-annex-lock.mdwn
index 4bf279fb2..b9e5d3450 100644
--- a/doc/git-annex-lock.mdwn
+++ b/doc/git-annex-lock.mdwn
@@ -9,7 +9,7 @@ git annex lock `[path ...]`
# DESCRIPTION
Use this to undo an unlock command if you don't want to modify
-the files, or have made modifications you want to discard.
+the files any longer, or have made modifications you want to discard.
# OPTIONS