diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-27 17:38:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-27 17:38:06 -0400 |
commit | df81023501e2b0d930ec90cc6f5a6c6735f84818 (patch) | |
tree | 5bd3b9d8f91464bd27c9d86f700b975a76067147 /doc/git-annex.mdwn | |
parent | 1e07d61b9669f85a02551d7858177bd33ffaea6f (diff) |
Repository tuning parameters can now be passed when initializing a repository for the first time.
* init: Repository tuning parameters can now be passed when initializing a
repository for the first time. For details, see
http://git-annex.branchable.com/tuning/
* merge: Refuse to merge changes from a git-annex branch of a repo
that has been tuned in incompatable ways.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index c4586ba1d..06eb85e11 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1839,6 +1839,12 @@ Here are all the supported configuration settings. Used by hook special remotes and external special remotes to record the type of the remote. +* `annex.tune.objecthashdirectories`, `annex.tune.objecthashlower`, `annex.tune.branchhashdirectories` + + These can be passed to `git annex init` to tune the repository. + They cannot be safely changed in a running repository. + For details, see <http://git-annex.branchable.com/tuning/>. + # CONFIGURATION VIA .gitattributes The key-value backend used when adding a new file to the annex can be |