summaryrefslogtreecommitdiff
path: root/doc/bare_repositories.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bare_repositories.mdwn')
-rw-r--r--doc/bare_repositories.mdwn4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/bare_repositories.mdwn b/doc/bare_repositories.mdwn
index a9ccab8d1..5cbad5c2d 100644
--- a/doc/bare_repositories.mdwn
+++ b/doc/bare_repositories.mdwn
@@ -17,10 +17,6 @@ Known to work ok:
There are a few caveats to keep in mind when using bare repositories:
-* `git annex init` can be run in a bare repository, but it cannot
- store the name you gave the repository in .git-annex/uuid.log (because
- the bare repository has no such file to commit to). Instead, it will
- tell you a command to run in some non-bare clone of the repository.
* Some subcommands, like `fsck`, `trust`, `unused` and `fromkey`,
cannot be run in a bare repository. Those subcommands will
refuse to do anything.