summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-26 14:37:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-26 14:37:39 -0400
commit8bcdf42b99675d507813205f097ab7b64b30f514 (patch)
tree0c489557e80de0ae1dd86e6cc0ca102a3d67dc14 /doc/git-annex.mdwn
parentceb9593a9cbd39b00daf57ce52724eb40d85f1e0 (diff)
annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes")
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 81cea04cd..32f190e75 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -387,8 +387,10 @@ Here are all the supported configuration settings.
Amount of disk space to reserve. Disk space is checked when transferring
content to avoid running out, and additional free space can be reserved
via this option, to make space for more important content (such as git
- commit logs). The units are bytes.
- The default reserve is 1048576 (1 megabyte).
+ commit logs). Can be specified with any commonly used units, for example,
+ "0.5 gb" or "100 KiloBytes"
+
+ The default reserve is 1 megabyte.
* `annex.version`