document uninit --fast and also why it's not the default

This commit is contained in:
Joey Hess 2014-04-15 14:12:42 -04:00
parent 2d19a8e62f
commit 49005d5c28

View file

@ -845,6 +845,10 @@ subdirectories).
repository, and remove all of git-annex's other data, leaving you with a repository, and remove all of git-annex's other data, leaving you with a
git repository plus the previously annexed files. 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 # PLUMBING COMMANDS
* `pre-commit [path ...]` * `pre-commit [path ...]`