diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-08 16:47:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-08 17:00:34 -0400 |
commit | 6395b790ce3d2f97803f0c642af71d1a9eb169c6 (patch) | |
tree | 76ac64f2451d138e8cf476b5d66d2e4594686cdf /doc | |
parent | ba59ac13b25d5be671e38cb7b4c40257f3fdac4f (diff) |
Reorganised the layout of .git/annex/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 6f2c85d57..6a580f005 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -223,7 +223,7 @@ but the SHA1 backend for ogg files: These files are used, in your git repository: -`.git/annex/` contains the annexed file contents that are currently +`.git/annex/objects/` contains the annexed file contents that are currently available. Annexed files in your git repository symlink to that content. `.git-annex/uuid.log` is used to map between repository UUID and |