diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-01 16:50:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-01 16:50:24 -0400 |
commit | 79eb6b4d04aa00350b60c6f1ae87c1826baa8e9a (patch) | |
tree | fd65c7e81ba8c7db612b6a380782450b9e0488d5 /doc/git-annex.mdwn | |
parent | 9f1004c76828cfac946780357b0e296012dcc7fa (diff) |
improve testremote command, adding chunk size testing
And also a --size parameter to configure the basic object size.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index d618a619a..de5e04233 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -974,6 +974,8 @@ subdirectories). It's safe to run in an existing repository (the repository contents are not altered), although it may perform expensive data transfers. + The --size option can be used to tune the size of the generated objects. + * `fuzztest` Generates random changes to files in the current repository, |