diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-22 17:26:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-22 17:26:34 -0400 |
commit | b1acf41036a1eddea29cc69c6b2a595582378465 (patch) | |
tree | 33025d13ac8c7d8cd0c7ccdf1eda5773e0829fc5 /doc/bare_repositories.mdwn | |
parent | d70e9a945b4ac44ff42872b08dcf09051759eb9c (diff) |
update documentation that mentioned .git-annex/
Diffstat (limited to 'doc/bare_repositories.mdwn')
-rw-r--r-- | doc/bare_repositories.mdwn | 4 |
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. |