From 48044c5acff549063e7609b3f04ccd78cd976a22 Mon Sep 17 00:00:00 2001 From: erewhon Date: Wed, 10 Oct 2018 16:03:46 +0000 Subject: [PATCH] --- doc/forum/Unlocking_files_gives_symlink_content.mdwn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/forum/Unlocking_files_gives_symlink_content.mdwn b/doc/forum/Unlocking_files_gives_symlink_content.mdwn index e6ad76d8ed..5a7079f999 100644 --- a/doc/forum/Unlocking_files_gives_symlink_content.mdwn +++ b/doc/forum/Unlocking_files_gives_symlink_content.mdwn @@ -2,11 +2,8 @@ I am just beginning to use git-annex so it is possible that the following issue When files are locked, I am able to view their contents. However, when I unlock certain files, their contents appear to be replaced by the contents of the symlink. Locking them again allows me to view their contents. For instance, with one unlocked file, say `test.md`, I get -``` -$ cat test.md - -/annex/objects/SHA256E-s535--d37feb3390801b601a9cee77f6467f01aaabbb293149d20d75df26172a3594fd.md -``` + $ cat test.md + /annex/objects/SHA256E-s535--d37feb3390801b601a9cee77f6467f01aaabbb293149d20d75df26172a3594fd.md Some files still behave as expected.