diff options
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index d6f3d21b2..9d896c6a0 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -845,6 +845,10 @@ subdirectories). repository, and remove all of git-annex's other data, leaving you with a git repository plus the previously annexed files. + Normally this does a slow copy of every file. In `--fast` mode, this copy + is avoided, but if two files in the repository have the same content, + they will end up hard linked together. + # PLUMBING COMMANDS * `pre-commit [path ...]` |