Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update | Joey Hess | 2013-12-29 |
| | |||
* | v5 for direct mode, with automatic upgrade | Joey Hess | 2013-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 repositories | Joey Hess | 2013-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. | ||
* | update | Joey Hess | 2011-07-08 |
| | |||
* | add | Joey Hess | 2011-06-30 |
| | |||
* | better setup of git-annex branch pushing on upgrade | Joey Hess | 2011-06-24 |
| | |||
* | improve post-upgrade push instructions | Joey Hess | 2011-06-23 |
| | |||
* | updates | Joey Hess | 2011-06-23 |
| | |||
* | v3 upgrade is fast! | Joey Hess | 2011-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 branch | Joey Hess | 2011-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 stateDir | Joey Hess | 2011-06-23 |
| | |||
* | v3 upgrade code works | Joey Hess | 2011-06-23 |
| | | | | but write the index file a lot, so slow | ||
* | start v3 | Joey Hess | 2011-06-21 |
| | |||
* | migrate: Support migrating v1 SHA keys to v2 SHA keys with size information ↵ | Joey Hess | 2011-03-23 |
| | | | | that can be used for free space checking. | ||
* | update | Joey Hess | 2011-03-22 |
| | |||
* | No longer auto-upgrade to repository format 2, to avoid accidental upgrades, ↵ | Joey Hess | 2011-03-19 |
| | | | | etc. Use git-annex upgrade when you're ready to run this version. | ||
* | Fix typos | Richard Hartmann | 2011-03-17 |
| | |||
* | tweak | Joey Hess | 2011-03-16 |
| | |||
* | upgrade documentation | Joey Hess | 2011-03-16 |