document uninit --fast and also why it's not the default
This commit is contained in:
parent
2d19a8e62f
commit
49005d5c28
1 changed files with 4 additions and 0 deletions
|
@ -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 ...]`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue