diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 15:49:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 15:49:53 -0400 |
commit | 486f882471829f7438b49f8f3d9791e4b8b926d6 (patch) | |
tree | 93a85155a3d4d8d1933f260e8d6c3cbe79c906d3 /doc/bare_repositories.mdwn | |
parent | d28d659a241fb1780264416e4317e65691201f50 (diff) |
wow, non-local bare repos just worked
Diffstat (limited to 'doc/bare_repositories.mdwn')
-rw-r--r-- | doc/bare_repositories.mdwn | 3 |
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 |