summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://svario.it/gioele <gioele@web>2014-08-31 10:09:27 +0000
committerGravatar admin <admin@branchable.com>2014-08-31 10:09:27 +0000
commit9409b3227426e55a7f7007223ec6a1b142f00e53 (patch)
treebd51a3c5f3bc6e4a78d4cb5a25ecadb1f4a40cb3
parent7c36cf9c0534a1b3aa1a596f5c38ede2ef260c98 (diff)
Add details to the description
-rw-r--r--doc/bugs/whereis_does_not_work_in_direct_mode.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn b/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
index 92ce0aa0b..701876c4d 100644
--- a/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
+++ b/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
@@ -1,6 +1,6 @@
### Please describe the problem.
-`git annex whereis` says that there are no copies of any of the files that have been added in repositories running in direct mode.
+`git annex whereis` says that there are no copies of any of the files that have been added in repositories running in direct mode when `annex.alwayscommit` is set to `false`.
In other words, if I add a file from PC1 in direct mode, `whereis` in PC2 will fail. Instead, if I add the same file from PC1 in indirect mode, `whereis` in PC2 will work correctly and will report that the file is present in PC1.