diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-22 18:50:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-22 18:50:36 -0400 |
commit | ee6fabb7cac48f0f2eaec999164b5f40186ca92b (patch) | |
tree | 06f8be3f7154736db878e82aef97062c6889395c /doc/upgrades.mdwn | |
parent | fea20d260c7c095775b4667a95501f4e9cb7b741 (diff) |
update
Diffstat (limited to 'doc/upgrades.mdwn')
-rw-r--r-- | doc/upgrades.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/upgrades.mdwn b/doc/upgrades.mdwn index 5c2187c89..dbea5e9c4 100644 --- a/doc/upgrades.mdwn +++ b/doc/upgrades.mdwn @@ -53,6 +53,13 @@ Symlinks changed. Also, hashing was added to location log files in .git-annex/. And .gitattributes needed to have another line added to it. +Previously, files added to the SHA [[backends]] did not have their file +size tracked, while files added to the WORM backend did. Files added to +the SHA backends after the conversion will have their file size tracked, +and that information will be used by git-annex for disk space checking. +There is not yet a way to add file size tracking information to old files +in the SHA backend. + ### v0 -> v1 (git-annex version 0.03 to version 0.04) Involved a reorganisation of the layout of .git/annex/. Symlinks changed. |