Add details to the description

This commit is contained in:
http://svario.it/gioele 2014-08-31 10:09:27 +00:00 committed by admin
parent 7266268297
commit 1d84394249

View file

@ -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.