diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-11-12 01:51:19 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-12 01:51:19 +0000 |
commit | ad4efd69cf4ee82f2b12e8618717dc008b38a6a7 (patch) | |
tree | 43d47e3c9aa5c0887c6cb09d26053593fa21c0a8 /doc/git-annex.mdwn | |
parent | 8e024e9cabcad39359e53c43cff771c8c94b4e30 (diff) |
i believe the file is copied out of the git/annex directory now, so it's not a hardlink anymore
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 031f8eb84..4cf29155b 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -690,8 +690,8 @@ subdirectories). Use this to undo an accidental `git annex add` command. It puts the file back how it was before the add. - Note that for safety, the content of the file remains in the annex (as a - hard link), until you use `git annex unused` and `git annex dropunused`. + Note that for safety, the content of the file remains in the annex, + until you use `git annex unused` and `git annex dropunused`. This is not the command you should use if you intentionally annexed a file and don't want its contents any more. In that case you should use |