summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-03 15:49:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-03 15:49:53 -0400
commit486f882471829f7438b49f8f3d9791e4b8b926d6 (patch)
tree93a85155a3d4d8d1933f260e8d6c3cbe79c906d3
parentd28d659a241fb1780264416e4317e65691201f50 (diff)
wow, non-local bare repos just worked
-rw-r--r--doc/bare_repositories.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/bare_repositories.mdwn b/doc/bare_repositories.mdwn
index eb48dfa10..dee2ba69e 100644
--- a/doc/bare_repositories.mdwn
+++ b/doc/bare_repositories.mdwn
@@ -2,7 +2,7 @@ Due to popular demand, git-annex can now be used with bare repositories.
**This is still an experimental feature!**
-Known to work ok, so far for local bare repositories only:
+Known to work ok:
* `git annex move --to` and `--from`, when pointed at a bare repository.
* `git annex copy` ditto.
@@ -26,4 +26,3 @@ There are a few caveats to keep in mind:
to add content to a bare repository is not recommended, since there
will be no record accessible by other repositories that the content
is stored there.
-* `git-annex-shell inannex` fails in a bare repository