summaryrefslogtreecommitdiff
path: root/doc/upgrades.mdwn
Commit message (Collapse)AuthorAge
* updateGravatar Joey Hess2013-12-29
|
* v5 for direct mode, with automatic upgradeGravatar Joey Hess2013-11-05
| | | | | This includes storing the current state of the HEAD ref, which git annex sync is going to need, but does not make sync use it.
* annex.version is now set to 4 for direct mode repositoriesGravatar Joey Hess2013-02-26
| | | | | | | To avoid old versions of git-annex getting confused. There is no upgrade required though. We switch back to 3 when going from direct to indirect.
* updateGravatar Joey Hess2011-07-08
|
* addGravatar Joey Hess2011-06-30
|
* better setup of git-annex branch pushing on upgradeGravatar Joey Hess2011-06-24
|
* improve post-upgrade push instructionsGravatar Joey Hess2011-06-23
|
* updatesGravatar Joey Hess2011-06-23
|
* v3 upgrade is fast!Gravatar Joey Hess2011-06-23
| | | | | The journal sped this up approximatly 100-fold; it runs in just a few minutes for a large repository with 30 thousand log files.
* add journaling to speed up changes to the git-annex branchGravatar Joey Hess2011-06-23
| | | | | | | | git is slow when the index file is large and has to be rewritten each time a file is changed. To speed this up, added a journal where changes are recorded before being fed into the index file and committed to the git-annex branch. The entire journal can be fed into git with just 2 commands, and only one write of the index file.
* remove stateDirGravatar Joey Hess2011-06-23
|
* v3 upgrade code worksGravatar Joey Hess2011-06-23
| | | | but write the index file a lot, so slow
* start v3Gravatar Joey Hess2011-06-21
|
* migrate: Support migrating v1 SHA keys to v2 SHA keys with size information ↵Gravatar Joey Hess2011-03-23
| | | | that can be used for free space checking.
* updateGravatar Joey Hess2011-03-22
|
* No longer auto-upgrade to repository format 2, to avoid accidental upgrades, ↵Gravatar Joey Hess2011-03-19
| | | | etc. Use git-annex upgrade when you're ready to run this version.
* Fix typosGravatar Richard Hartmann2011-03-17
|
* tweakGravatar Joey Hess2011-03-16
|
* upgrade documentationGravatar Joey Hess2011-03-16