aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 13:34:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 13:34:24 -0400
commit57b41a1ee78f1181e603b5fd3c563e9b7793620f (patch)
tree3ce89f33b8419d28239069507c7897581a639a1c /doc/git-annex.mdwn
parent28bdd2da48e3e7f1326cb34e38f3916bb09772a5 (diff)
smudge: Print a warning when annex.thin is set, as git's smudge interface does not allow honoring that configuration.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 65b5dc701..b9d9221fd 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -932,8 +932,8 @@ Here are all the supported configuration settings.
Set this to `true` to make unlocked files be a hard link to their content
in the annex, rather than a second copy. (Only when supported by the file
system, and only in repository version 6.) This can save considerable
- disk space, but modification made to a file will lose the local (and
- possibly only) copy of the old version. So, enable with care.
+ disk space, but when a modification is made to a file, you will lose the
+ local (and possibly only) copy of the old version. So, enable with care.
After setting (or unsetting) this, you should run `git annex fix` to
fix up the annexed files in the work tree to be hard links (or copies).